Html Css Color HEX #D62BA2 Deep Cerise

📋 copy color: '#D62BA2'

red 214 ◦ green 43 ◦ blue 162

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

Shades of Deep Cerise #D62BA2

Tints of Deep Cerise #D62BA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 38.66%

R = 51.07%
G = 10.26%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D62BA2 (or 0xD62BA2) is known color: Deep Cerise. HEX triplet: D6, 2B and A2. RGB value is (214,43,162). Sum of RGB (Red+Green+Blue) = 214+43+162=419 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.07% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 162 (63.67% from 255 or 38.66% from 419); Max value from RGB is 214 - color contains mainly: red. Hex color #D62BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62BA2 is #29D45D. Grayscale: #6B6B6B. Windows color (decimal): -2741342 or 10628054. OLE color: 10628054.

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

Color convert

RGB 214 43 162 -
CMYK 0 0.80 0.24 0.16
HSL 318.25º 0.68% 0.5% -
HSV(B) 318.25º 0.8% 0.84% -
XYZ 35.12 18.63 35.93 -
YUV 107.7 158.65 203.82 -
System Red Green Blue C M Y K H S L
Decimal 214 43 162 0 0.80 0.24 0.16 318.25 0.68 0.5
Hex D6 2B A2 0 50 18 10 13E 44 32
Octal 326 53 242 0 120 30 20 476 104 62
Binary 11010110 101011 10100010 0 1010000 11000 10000 100111110 1000100 110010

Color Harmonies of #D62BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62BA2

Black with #D62BA2

Text Example


Text Example

White with #D62BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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