Html Css Color HEX #D62AAB Deep Cerise

📋 copy color: '#D62AAB'

red 214 ◦ green 42 ◦ blue 171

#D62AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Cerise #D62AAB

Tints of Deep Cerise #D62AAB

RGB

 RED value IS 214 (83.98% from 255) = 50.12%

 GREEN value IS 42 (16.8% from 255) = 9.84%

 BLUE value IS 171 (67.19% from 255) = 40.05%

R = 50.12%
G = 9.84%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D62AAB (or 0xD62AAB) is known color: Deep Cerise. HEX triplet: D6, 2A and AB. RGB value is (214,42,171). Sum of RGB (Red+Green+Blue) = 214+42+171=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 42 (16.80% from 255 or 9.84% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D62AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62AAB is #29D554. Grayscale: #6B6B6B. Windows color (decimal): -2741589 or 11217622. OLE color: 11217622.

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

Color convert

RGB 214 42 171 -
CMYK 0 0.80 0.20 0.16
HSL 315º 0.68% 0.5% -
HSV(B) 315º 0.8% 0.84% -
XYZ 35.91 18.89 40.28 -
YUV 108.13 163.48 203.51 -
System Red Green Blue C M Y K H S L
Decimal 214 42 171 0 0.80 0.20 0.16 315 0.68 0.5
Hex D6 2A AB 0 50 14 10 13B 44 32
Octal 326 52 253 0 120 24 20 473 104 62
Binary 11010110 101010 10101011 0 1010000 10100 10000 100111011 1000100 110010

Color Harmonies of #D62AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62AAB

Black with #D62AAB

Text Example


Text Example

White with #D62AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62AAB; }

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

 H1.HeaderClassName
 {
   color: #D62AAB;
 }
 .AnyTagClassName
 {
   color: #D62AAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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