#D6337E

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

Shades of Deep Cerise #D6337E

Tints of Deep Cerise #D6337E

Color information

#D6337E (or 0xD6337E) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 7E. RGB value is (214,51,126). Sum of RGB (Red+Green+Blue) = 214+51+126=391 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.73% from 391); Green value is 51 (20.31% from 255 or 13.04% from 391); Blue value is 126 (49.61% from 255 or 32.23% from 391); Max value from RGB is 214 - color contains mainly: red. Hex color #D6337E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6337E is #29CC81. Grayscale: #6C6C6C. Windows color (decimal): -2739330 or 8270806. OLE color: 8270806.

HSL color Cylindrical-coordinate representation of color #D6337E: hue angle of 332.39º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6337E is Cyan = 0, Magento = 0.76, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21451126-
CMYK00.760.410.16
HSL332.39º66.53%51.96%-
HSV(B)332.39º76.17%83.92%-
XYZ32.6818.1721.52-
YUV108.29138203.4-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.73%
GREEN value IS 51 (20.31% from 255) = 13.04%
BLUE value IS 126 (49.61% from 255) = 32.23%
R=54.73%
G=13.04%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145112600.760.410.16332.3966.5351.96
HexD6337E04C291014c4334
Octal326631760114512051410364
Binary11010110110011111111001001100101001100001010011001000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6337E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6337E; }

 p { color: rgb(214,51,126); }

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

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

 a { background-color: rgb(214,51,126); }

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

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

 span { border-color: rgb(214,51,126); }

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