Html Css Color HEX #D62FAA Deep Cerise

📋 copy color: '#D62FAA'

red 214 ◦ green 47 ◦ blue 170

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

Shades of Deep Cerise #D62FAA

Tints of Deep Cerise #D62FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 39.44%

R = 49.65%
G = 10.9%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D62FAA (or 0xD62FAA) is known color: Deep Cerise. HEX triplet: D6, 2F and AA. RGB value is (214,47,170). Sum of RGB (Red+Green+Blue) = 214+47+170=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 47 (18.75% from 255 or 10.90% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FAA is #29D055. Grayscale: #6E6E6E. Windows color (decimal): -2740310 or 11153366. OLE color: 11153366.

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

Color convert

RGB 214 47 170 -
CMYK 0 0.78 0.21 0.16
HSL 315.81º 0.67% 0.51% -
HSV(B) 315.81º 0.78% 0.84% -
XYZ 36 19.23 39.84 -
YUV 110.96 161.33 201.5 -
System Red Green Blue C M Y K H S L
Decimal 214 47 170 0 0.78 0.21 0.16 315.81 0.67 0.51
Hex D6 2F AA 0 4E 15 10 13C 43 33
Octal 326 57 252 0 116 25 20 474 103 63
Binary 11010110 101111 10101010 0 1001110 10101 10000 100111100 1000011 110011

Color Harmonies of #D62FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FAA

Black with #D62FAA

Text Example


Text Example

White with #D62FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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