#D62A82

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

Shades of Deep Cerise #D62A82

Tints of Deep Cerise #D62A82

Color information

#D62A82 (or 0xD62A82) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and 82. RGB value is (214,42,130). Sum of RGB (Red+Green+Blue) = 214+42+130=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 42 (16.80% from 255 or 10.88% from 386); Blue value is 130 (51.17% from 255 or 33.68% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A82 is #29D57D. Grayscale: #676767. Windows color (decimal): -2741630 or 8530646. OLE color: 8530646.

HSL color Cylindrical-coordinate representation of color #D62A82: hue angle of 329.3º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D62A82 is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB21442130-
CMYK00.800.390.16
HSL329.3º67.72%50.2%-
HSV(B)329.3º80.37%83.92%-
XYZ32.5917.5622.79-
YUV103.46142.98206.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.44%
GREEN value IS 42 (16.80% from 255) = 10.88%
BLUE value IS 130 (51.17% from 255) = 33.68%
R=55.44%
G=10.88%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144213000.800.390.16329.367.7250.2
HexD62A8205027101494432
Octal326522020120472051110462
Binary110101101010101000001001010000100111100001010010011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A82; }

 p { color: rgb(214,42,130); }

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

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

 a { background-color: rgb(214,42,130); }

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

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

 span { border-color: rgb(214,42,130); }

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