Html Css Color HEX #D62DA2 Deep Cerise

📋 copy color: '#D62DA2'

red 214 ◦ green 45 ◦ blue 162

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

Shades of Deep Cerise #D62DA2

Tints of Deep Cerise #D62DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.69%

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

R = 50.83%
G = 10.69%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D62DA2 (or 0xD62DA2) is known color: Deep Cerise. HEX triplet: D6, 2D and A2. RGB value is (214,45,162). Sum of RGB (Red+Green+Blue) = 214+45+162=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 45 (17.97% from 255 or 10.69% from 421); Blue value is 162 (63.67% from 255 or 38.48% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA2 is #29D25D. Grayscale: #6C6C6C. Windows color (decimal): -2740830 or 10628566. OLE color: 10628566.

HSL color Cylindrical-coordinate representation of color #D62DA2: hue angle of 318.46º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D62DA2 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 162 -
CMYK 0 0.79 0.24 0.16
HSL 318.46º 0.67% 0.51% -
HSV(B) 318.46º 0.79% 0.84% -
XYZ 35.19 18.78 35.95 -
YUV 108.87 157.99 202.99 -
System Red Green Blue C M Y K H S L
Decimal 214 45 162 0 0.79 0.24 0.16 318.46 0.67 0.51
Hex D6 2D A2 0 4F 18 10 13E 43 33
Octal 326 55 242 0 117 30 20 476 103 63
Binary 11010110 101101 10100010 0 1001111 11000 10000 100111110 1000011 110011

Color Harmonies of #D62DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DA2

Black with #D62DA2

Text Example


Text Example

White with #D62DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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