Html Css Color HEX #D62FA6 Deep Cerise

📋 copy color: '#D62FA6'

red 214 ◦ green 47 ◦ blue 166

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

Shades of Deep Cerise #D62FA6

Tints of Deep Cerise #D62FA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 38.88%

R = 50.12%
G = 11.01%
B = 38.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D62FA6 (or 0xD62FA6) is known color: Deep Cerise. HEX triplet: D6, 2F and A6. RGB value is (214,47,166). Sum of RGB (Red+Green+Blue) = 214+47+166=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 47 (18.75% from 255 or 11.01% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D62FA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62FA6 is #29D059. Grayscale: #6E6E6E. Windows color (decimal): -2740314 or 10891222. OLE color: 10891222.

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

Color convert

RGB 214 47 166 -
CMYK 0 0.78 0.22 0.16
HSL 317.25º 0.67% 0.51% -
HSV(B) 317.25º 0.78% 0.84% -
XYZ 35.63 19.08 37.88 -
YUV 110.5 159.33 201.82 -
System Red Green Blue C M Y K H S L
Decimal 214 47 166 0 0.78 0.22 0.16 317.25 0.67 0.51
Hex D6 2F A6 0 4E 16 10 13D 43 33
Octal 326 57 246 0 116 26 20 475 103 63
Binary 11010110 101111 10100110 0 1001110 10110 10000 100111101 1000011 110011

Color Harmonies of #D62FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62FA6

Black with #D62FA6

Text Example


Text Example

White with #D62FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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