#D6337D

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

Shades of Deep Cerise #D6337D

Tints of Deep Cerise #D6337D

Color information

#D6337D (or 0xD6337D) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 7D. RGB value is (214,51,125). Sum of RGB (Red+Green+Blue) = 214+51+125=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 51 (20.31% from 255 or 13.08% from 390); Blue value is 125 (49.22% from 255 or 32.05% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D6337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6337D is #29CC82. Grayscale: #6C6C6C. Windows color (decimal): -2739331 or 8205270. OLE color: 8205270.

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

Color convert

RGB21451125-
CMYK00.760.420.16
HSL332.76º66.53%51.96%-
HSV(B)332.76º76.17%83.92%-
XYZ32.6218.1421.19-
YUV108.17137.5203.48-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 54.87%
GREEN value IS 51 (20.31% from 255) = 13.08%
BLUE value IS 125 (49.22% from 255) = 32.05%
R=54.87%
G=13.08%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145112500.760.420.16332.7666.5351.96
HexD6337D04C2A1014d4334
Octal326631750114522051510364
Binary11010110110011111110101001100101010100001010011011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6337D; }

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

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

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

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

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

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

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

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