#D6288D

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

Shades of Deep Cerise #D6288D

Tints of Deep Cerise #D6288D

Color information

#D6288D (or 0xD6288D) is unknown color: approx Deep Cerise. HEX triplet: D6, 28 and 8D. RGB value is (214,40,141). Sum of RGB (Red+Green+Blue) = 214+40+141=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 40 (16.02% from 255 or 10.13% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D6288D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6288D is #29D772. Grayscale: #676767. Windows color (decimal): -2742131 or 9251030. OLE color: 9251030.

HSL color Cylindrical-coordinate representation of color #D6288D: hue angle of 325.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D6288D is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB21440141-
CMYK00.810.340.16
HSL325.17º68.5%49.8%-
HSV(B)325.17º81.31%83.92%-
XYZ33.317.7426.87-
YUV103.54149.15206.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.18%
GREEN value IS 40 (16.02% from 255) = 10.13%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=54.18%
G=10.13%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144014100.810.340.16325.1768.549.8
HexD6288D05122101454532
Octal326502150121422050510562
Binary110101101010001000110101010001100010100001010001011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6288D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6288D; }

 p { color: rgb(214,40,141); }

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

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

 a { background-color: rgb(214,40,141); }

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

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

 span { border-color: rgb(214,40,141); }

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