#D4287A

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

Shades of Deep Cerise #D4287A

Tints of Deep Cerise #D4287A

Color information

#D4287A (or 0xD4287A) is unknown color: approx Deep Cerise. HEX triplet: D4, 28 and 7A. RGB value is (212,40,122). Sum of RGB (Red+Green+Blue) = 212+40+122=374 (49% of max value = 765). Red value is 212 (83.20% from 255 or 56.68% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 212 - color contains mainly: red. Hex color #D4287A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4287A is #2BD785. Grayscale: #646464. Windows color (decimal): -2873222 or 8005844. OLE color: 8005844.

HSL color Cylindrical-coordinate representation of color #D4287A: hue angle of 331.4º 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 #D4287A is Cyan = 0, Magento = 0.81, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB21240122-
CMYK00.810.420.17
HSL331.4º68.25%49.41%-
HSV(B)331.4º81.13%83.14%-
XYZ31.4216.9220.02-
YUV100.78139.98207.33-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 56.68%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=56.68%
G=10.70%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.42
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124012200.810.420.17331.468.2549.41
HexD4287A0512A1114b4431
Octal324501720121522151310461
Binary11010100101000111101001010001101010100011010010111000100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4287A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4287A; }

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

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

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

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

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

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

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

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