Html Css Color HEX #D62DA6 Deep Cerise

📋 copy color: '#D62DA6'

red 214 ◦ green 45 ◦ blue 166

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

Shades of Deep Cerise #D62DA6

Tints of Deep Cerise #D62DA6

RGB

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

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

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

R = 50.35%
G = 10.59%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D62DA6 (or 0xD62DA6) is known color: Deep Cerise. HEX triplet: D6, 2D and A6. RGB value is (214,45,166). Sum of RGB (Red+Green+Blue) = 214+45+166=425 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.35% from 425); Green value is 45 (17.97% from 255 or 10.59% from 425); Blue value is 166 (65.23% from 255 or 39.06% from 425); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA6 is #29D259. Grayscale: #6D6D6D. Windows color (decimal): -2740826 or 10890710. OLE color: 10890710.

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

Color convert

RGB 214 45 166 -
CMYK 0 0.79 0.22 0.16
HSL 317.04º 0.67% 0.51% -
HSV(B) 317.04º 0.79% 0.84% -
XYZ 35.55 18.93 37.86 -
YUV 109.33 159.99 202.66 -
System Red Green Blue C M Y K H S L
Decimal 214 45 166 0 0.79 0.22 0.16 317.04 0.67 0.51
Hex D6 2D A6 0 4F 16 10 13D 43 33
Octal 326 55 246 0 117 26 20 475 103 63
Binary 11010110 101101 10100110 0 1001111 10110 10000 100111101 1000011 110011

Color Harmonies of #D62DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DA6

Black with #D62DA6

Text Example


Text Example

White with #D62DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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