#D62AA4

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

Shades of Deep Cerise #D62AA4

Tints of Deep Cerise #D62AA4

Color information

#D62AA4 (or 0xD62AA4) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and A4. RGB value is (214,42,164). Sum of RGB (Red+Green+Blue) = 214+42+164=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 164 (64.45% from 255 or 39.05% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AA4 is #29D55B. Grayscale: #6B6B6B. Windows color (decimal): -2741596 or 10758870. OLE color: 10758870.

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

Color convert

RGB21442164-
CMYK00.800.230.16
HSL317.44º67.72%50.2%-
HSV(B)317.44º80.37%83.92%-
XYZ35.2618.6336.86-
YUV107.34159.98204.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.95%
GREEN value IS 42 (16.80% from 255) = 10%
BLUE value IS 164 (64.45% from 255) = 39.05%
R=50.95%
G=10%
B=39.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.23
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144216400.800.230.16317.4467.7250.2
HexD62AA4050171013d4432
Octal326522440120272047510462
Binary11010110101010101001000101000010111100001001111011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62AA4; }

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

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

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

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

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

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

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

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