Html Css Color HEX #D62BAC Deep Cerise

📋 copy color: '#D62BAC'

red 214 ◦ green 43 ◦ blue 172

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

Shades of Deep Cerise #D62BAC

Tints of Deep Cerise #D62BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.09%

R = 49.88%
G = 10.02%
B = 40.09%

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

#D62BAC (or 0xD62BAC) is known color: Deep Cerise. HEX triplet: D6, 2B and AC. RGB value is (214,43,172). Sum of RGB (Red+Green+Blue) = 214+43+172=429 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.88% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BAC is #29D453. Grayscale: #6C6C6C. Windows color (decimal): -2741332 or 11283414. OLE color: 11283414.

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

Color convert

RGB 214 43 172 -
CMYK 0 0.80 0.20 0.16
HSL 314.74º 0.68% 0.5% -
HSV(B) 314.74º 0.8% 0.84% -
XYZ 36.04 19 40.8 -
YUV 108.84 163.65 203.01 -
System Red Green Blue C M Y K H S L
Decimal 214 43 172 0 0.80 0.20 0.16 314.74 0.68 0.5
Hex D6 2B AC 0 50 14 10 13B 44 32
Octal 326 53 254 0 120 24 20 473 104 62
Binary 11010110 101011 10101100 0 1010000 10100 10000 100111011 1000100 110010

Color Harmonies of #D62BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62BAC

Black with #D62BAC

Text Example


Text Example

White with #D62BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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