#D4288B

Color #D4288B Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D4288B

Tints of Deep Cerise #D4288B

Color information

#D4288B (or 0xD4288B) is unknown color: approx Deep Cerise. HEX triplet: D4, 28 and 8B. RGB value is (212,40,139). Sum of RGB (Red+Green+Blue) = 212+40+139=391 (51% of max value = 765). Red value is 212 (83.20% from 255 or 54.22% from 391); Green value is 40 (16.02% from 255 or 10.23% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 212 - color contains mainly: red. Hex color #D4288B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D4288B is #2BD774. Grayscale: #666666. Windows color (decimal): -2873205 or 9119956. OLE color: 9119956.

HSL color Cylindrical-coordinate representation of color #D4288B: hue angle of 325.47º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D4288B is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB21240139-
CMYK00.810.340.17
HSL325.47º68.25%49.41%-
HSV(B)325.47º81.13%83.14%-
XYZ32.5717.3826.06-
YUV102.71148.48205.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 54.22%
GREEN value IS 40 (16.02% from 255) = 10.23%
BLUE value IS 139 (54.69% from 255) = 35.55%
R=54.22%
G=10.23%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124013900.810.340.17325.4768.2549.41
HexD4288B05122111454431
Octal324502130121422150510461
Binary110101001010001000101101010001100010100011010001011000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4288B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4288B; }

 p { color: rgb(212,40,139); }

 H1.HeaderClassName
 {
   color: #D4288B;
 }
 .AnyTagClassName
 {
   color: #D4288B;
 }
</style>
background-color css

<style>
 a { background-color: #D4288B; }

 a { background-color: rgb(212,40,139); }

 div.DivClassName
 {
   background-color: #D4288B;
 }
 .BgClassName
 {
   background-color: #D4288B;
 }
</style>
border-color css

<style>
 span { border-color: #D4288B; }

 span { border-color: rgb(212,40,139); }

 td.TdClassName
 {
   border-color: #D4288B;
 }
 .TagClassName
 {
   border-color: #D4288B;
 }
</style>