#D62C8E

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

Shades of Deep Cerise #D62C8E

Tints of Deep Cerise #D62C8E

Color information

#D62C8E (or 0xD62C8E) is unknown color: approx Deep Cerise. HEX triplet: D6, 2C and 8E. RGB value is (214,44,142). Sum of RGB (Red+Green+Blue) = 214+44+142=400 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.5% from 400); Green value is 44 (17.58% from 255 or 11% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62C8E is #29D371. Grayscale: #696969. Windows color (decimal): -2741106 or 9317590. OLE color: 9317590.

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

Color convert

RGB21444142-
CMYK00.790.340.16
HSL325.41º67.46%50.59%-
HSV(B)325.41º79.44%83.92%-
XYZ33.5118.0527.31-
YUV106148.32205.03-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.5%
GREEN value IS 44 (17.58% from 255) = 11%
BLUE value IS 142 (55.86% from 255) = 35.5%
R=53.5%
G=11%
B=35.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144414200.790.340.16325.4167.4650.59
HexD62C8E04F22101454333
Octal326542160117422050510363
Binary110101101011001000111001001111100010100001010001011000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62C8E; }

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

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

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

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

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

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

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

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