#d62a80

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

Shades of Deep Cerise #D62A80

Tints of Deep Cerise #D62A80

Color information

#D62A80 (or 0xD62A80) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and 80. RGB value is (214,42,128). Sum of RGB (Red+Green+Blue) = 214+42+128=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A80 is #29D57F. Grayscale: #676767. Windows color (decimal): -2741632 or 8399574. OLE color: 8399574.

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

Color convert

RGB21442128-
CMYK00.800.400.16
HSL330º67.72%50.2%-
HSV(B)330º80.37%83.92%-
XYZ32.4617.5122.09-
YUV103.23141.98207.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 42 (16.80% from 255) = 10.94%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=55.73%
G=10.94%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144212800.800.400.1633067.7250.2
HexD62A80050281014a4432
Octal326522000120502051210462
Binary110101101010101000000001010000101000100001010010101000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d62a80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d62a80; }

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

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

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

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

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

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

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

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