#D62A8D

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

Shades of Deep Cerise #D62A8D

Tints of Deep Cerise #D62A8D

Color information

#D62A8D (or 0xD62A8D) is unknown color: approx Deep Cerise. HEX triplet: D6, 2A and 8D. RGB value is (214,42,141). Sum of RGB (Red+Green+Blue) = 214+42+141=397 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.90% from 397); Green value is 42 (16.80% from 255 or 10.58% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62A8D is #29D572. Grayscale: #686868. Windows color (decimal): -2741619 or 9251542. OLE color: 9251542.

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

Color convert

RGB21442141-
CMYK00.800.340.16
HSL325.47º67.72%50.2%-
HSV(B)325.47º80.37%83.92%-
XYZ33.3717.8826.89-
YUV104.71148.48205.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.90%
GREEN value IS 42 (16.80% from 255) = 10.58%
BLUE value IS 141 (55.47% from 255) = 35.52%
R=53.90%
G=10.58%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2144214100.800.340.16325.4767.7250.2
HexD62A8D05022101454432
Octal326522150120422050510462
Binary110101101010101000110101010000100010100001010001011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D62A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D62A8D; }

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

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

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

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

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

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

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

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