#D62A9E

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

Shades of Deep Cerise #D62A9E

Tints of Deep Cerise #D62A9E

Color information

#D62A9E (or 0xD62A9E) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and 9E. RGB value is (214,42,158). Sum of RGB (Red+Green+Blue) = 214+42+158=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 42 (16.80% from 255 or 10.14% from 414); Blue value is 158 (62.11% from 255 or 38.16% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A9E is #29D561. Grayscale: #6A6A6A. Windows color (decimal): -2741602 or 10365654. OLE color: 10365654.

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

Color convert

RGB21442158-
CMYK00.800.260.16
HSL319.53º67.72%50.2%-
HSV(B)319.53º80.37%83.92%-
XYZ34.7318.4234.07-
YUV106.65156.98204.57-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 51.69%
GREEN value IS 42 (16.80% from 255) = 10.14%
BLUE value IS 158 (62.11% from 255) = 38.16%
R=51.69%
G=10.14%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144215800.800.260.16319.5367.7250.2
HexD62A9E0501A101404432
Octal326522360120322050010462
Binary11010110101010100111100101000011010100001010000001000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A9E; }

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

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

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

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

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

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

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

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