Html Css Color HEX #D62DAC Deep Cerise

📋 copy color: '#D62DAC'

red 214 ◦ green 45 ◦ blue 172

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

Shades of Deep Cerise #D62DAC

Tints of Deep Cerise #D62DAC

RGB

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

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

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

R = 49.65%
G = 10.44%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D62DAC (or 0xD62DAC) is known color: Deep Cerise. HEX triplet: D6, 2D and AC. RGB value is (214,45,172). Sum of RGB (Red+Green+Blue) = 214+45+172=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 45 (17.97% from 255 or 10.44% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DAC is #29D253. Grayscale: #6D6D6D. Windows color (decimal): -2740820 or 11283926. OLE color: 11283926.

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

Color convert

RGB 214 45 172 -
CMYK 0 0.79 0.20 0.16
HSL 314.91º 0.67% 0.51% -
HSV(B) 314.91º 0.79% 0.84% -
XYZ 36.12 19.15 40.82 -
YUV 110.01 162.99 202.17 -
System Red Green Blue C M Y K H S L
Decimal 214 45 172 0 0.79 0.20 0.16 314.91 0.67 0.51
Hex D6 2D AC 0 4F 14 10 13B 43 33
Octal 326 55 254 0 117 24 20 473 103 63
Binary 11010110 101101 10101100 0 1001111 10100 10000 100111011 1000011 110011

Color Harmonies of #D62DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DAC

Black with #D62DAC

Text Example


Text Example

White with #D62DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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