Html Css Color HEX #D62BAA Deep Cerise

📋 copy color: '#D62BAA'

red 214 ◦ green 43 ◦ blue 170

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

Shades of Deep Cerise #D62BAA

Tints of Deep Cerise #D62BAA

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.07%

 BLUE value IS 170 (66.8% from 255) = 39.81%

R = 50.12%
G = 10.07%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D62BAA (or 0xD62BAA) is known color: Deep Cerise. HEX triplet: D6, 2B and AA. RGB value is (214,43,170). Sum of RGB (Red+Green+Blue) = 214+43+170=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 43 (17.19% from 255 or 10.07% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BAA is #29D455. Grayscale: #6C6C6C. Windows color (decimal): -2741334 or 11152342. OLE color: 11152342.

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

Color convert

RGB 214 43 170 -
CMYK 0 0.80 0.21 0.16
HSL 315.44º 0.68% 0.5% -
HSV(B) 315.44º 0.8% 0.84% -
XYZ 35.85 18.93 39.79 -
YUV 108.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 214 43 170 0 0.80 0.21 0.16 315.44 0.68 0.5
Hex D6 2B AA 0 50 15 10 13B 44 32
Octal 326 53 252 0 120 25 20 473 104 62
Binary 11010110 101011 10101010 0 1010000 10101 10000 100111011 1000100 110010

Color Harmonies of #D62BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62BAA

Black with #D62BAA

Text Example


Text Example

White with #D62BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62BAA; }

 p { color: rgb(214,43,170); }

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

background-color css

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

 a { background-color: rgb(214,43,170); }

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

border-color css

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

 span { border-color: rgb(214,43,170); }

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