Html Css Color HEX #D62BAD Deep Cerise

📋 copy color: '#D62BAD'

red 214 ◦ green 43 ◦ blue 173

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

Shades of Deep Cerise #D62BAD

Tints of Deep Cerise #D62BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 40.23%

R = 49.77%
G = 10%
B = 40.23%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D62BAD (or 0xD62BAD) is known color: Deep Cerise. HEX triplet: D6, 2B and AD. RGB value is (214,43,173). Sum of RGB (Red+Green+Blue) = 214+43+173=430 (56% of max value = 765). Red value is 214 (83.98% from 255 or 49.77% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 173 (67.97% from 255 or 40.23% from 430); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BAD is #29D452. Grayscale: #6C6C6C. Windows color (decimal): -2741331 or 11348950. OLE color: 11348950.

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

Color convert

RGB 214 43 173 -
CMYK 0 0.80 0.19 0.16
HSL 314.39º 0.68% 0.5% -
HSV(B) 314.39º 0.8% 0.84% -
XYZ 36.14 19.04 41.31 -
YUV 108.95 164.15 202.93 -
System Red Green Blue C M Y K H S L
Decimal 214 43 173 0 0.80 0.19 0.16 314.39 0.68 0.5
Hex D6 2B AD 0 50 13 10 13A 44 32
Octal 326 53 255 0 120 23 20 472 104 62
Binary 11010110 101011 10101101 0 1010000 10011 10000 100111010 1000100 110010

Color Harmonies of #D62BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62BAD

Black with #D62BAD

Text Example


Text Example

White with #D62BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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