Html Css Color HEX #D62DA8 Deep Cerise

📋 copy color: '#D62DA8'

red 214 ◦ green 45 ◦ blue 168

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

Shades of Deep Cerise #D62DA8

Tints of Deep Cerise #D62DA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 39.34%

R = 50.12%
G = 10.54%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D62DA8 (or 0xD62DA8) is known color: Deep Cerise. HEX triplet: D6, 2D and A8. RGB value is (214,45,168). Sum of RGB (Red+Green+Blue) = 214+45+168=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 45 (17.97% from 255 or 10.54% from 427); Blue value is 168 (66.02% from 255 or 39.34% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D62DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D62DA8 is #29D257. Grayscale: #6D6D6D. Windows color (decimal): -2740824 or 11021782. OLE color: 11021782.

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

Color convert

RGB 214 45 168 -
CMYK 0 0.79 0.21 0.16
HSL 316.33º 0.67% 0.51% -
HSV(B) 316.33º 0.79% 0.84% -
XYZ 35.74 19 38.83 -
YUV 109.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 214 45 168 0 0.79 0.21 0.16 316.33 0.67 0.51
Hex D6 2D A8 0 4F 15 10 13C 43 33
Octal 326 55 250 0 117 25 20 474 103 63
Binary 11010110 101101 10101000 0 1001111 10101 10000 100111100 1000011 110011

Color Harmonies of #D62DA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62DA8

Black with #D62DA8

Text Example


Text Example

White with #D62DA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62DA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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