Html Css Color HEX #D62FAD Deep Cerise

📋 copy color: '#D62FAD'

red 214 ◦ green 47 ◦ blue 173

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

Shades of Deep Cerise #D62FAD

Tints of Deep Cerise #D62FAD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.83%

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

R = 49.31%
G = 10.83%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D62FAD (or 0xD62FAD) is known color: Deep Cerise. HEX triplet: D6, 2F and AD. RGB value is (214,47,173). Sum of RGB (Red+Green+Blue) = 214+47+173=434 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.31% from 434); Green value is 47 (18.75% from 255 or 10.83% from 434); Blue value is 173 (67.97% from 255 or 39.86% from 434); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FAD is #29D052. Grayscale: #6E6E6E. Windows color (decimal): -2740307 or 11349974. OLE color: 11349974.

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

Color convert

RGB 214 47 173 -
CMYK 0 0.78 0.19 0.16
HSL 314.73º 0.67% 0.51% -
HSV(B) 314.73º 0.78% 0.84% -
XYZ 36.29 19.35 41.36 -
YUV 111.3 162.83 201.25 -
System Red Green Blue C M Y K H S L
Decimal 214 47 173 0 0.78 0.19 0.16 314.73 0.67 0.51
Hex D6 2F AD 0 4E 13 10 13B 43 33
Octal 326 57 255 0 116 23 20 473 103 63
Binary 11010110 101111 10101101 0 1001110 10011 10000 100111011 1000011 110011

Color Harmonies of #D62FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FAD

Black with #D62FAD

Text Example


Text Example

White with #D62FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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