#D6338E

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

Shades of Deep Cerise #D6338E

Tints of Deep Cerise #D6338E

Color information

#D6338E (or 0xD6338E) is unknown color: approx Deep Cerise. HEX triplet: D6, 33 and 8E. RGB value is (214,51,142). Sum of RGB (Red+Green+Blue) = 214+51+142=407 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.58% from 407); Green value is 51 (20.31% from 255 or 12.53% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 214 - color contains mainly: red. Hex color #D6338E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D6338E is #29CC71. Grayscale: #6D6D6D. Windows color (decimal): -2739314 or 9319382. OLE color: 9319382.

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

Color convert

RGB21451142-
CMYK00.760.340.16
HSL326.5º66.53%51.96%-
HSV(B)326.5º76.17%83.92%-
XYZ33.818.6227.4-
YUV110.11146202.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 52.58%
GREEN value IS 51 (20.31% from 255) = 12.53%
BLUE value IS 142 (55.86% from 255) = 34.89%
R=52.58%
G=12.53%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2145114200.760.340.16326.566.5351.96
HexD6338E04C22101474334
Octal326632160114422050710364
Binary110101101100111000111001001100100010100001010001111000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6338E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6338E; }

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

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

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

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

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

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

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

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