Html Css Color HEX #D63EA0 Deep Cerise

📋 copy color: '#D63EA0'

red 214 ◦ green 62 ◦ blue 160

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

Shades of Deep Cerise #D63EA0

Tints of Deep Cerise #D63EA0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.22%

 BLUE value IS 160 (62.89% from 255) = 36.7%

R = 49.08%
G = 14.22%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D63EA0 (or 0xD63EA0) is known color: Deep Cerise. HEX triplet: D6, 3E and A0. RGB value is (214,62,160). Sum of RGB (Red+Green+Blue) = 214+62+160=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 62 (24.61% from 255 or 14.22% from 436); Blue value is 160 (62.89% from 255 or 36.70% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D63EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63EA0 is #29C15F. Grayscale: #767676. Windows color (decimal): -2736480 or 10501846. OLE color: 10501846.

HSL color Cylindrical-coordinate representation of color #D63EA0: hue angle of 321.32º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D63EA0 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 62 160 -
CMYK 0 0.71 0.25 0.16
HSL 321.32º 0.65% 0.54% -
HSV(B) 321.32º 0.71% 0.84% -
XYZ 35.8 20.28 35.29 -
YUV 118.62 151.36 196.03 -
System Red Green Blue C M Y K H S L
Decimal 214 62 160 0 0.71 0.25 0.16 321.32 0.65 0.54
Hex D6 3E A0 0 47 19 10 141 41 36
Octal 326 76 240 0 107 31 20 501 101 66
Binary 11010110 111110 10100000 0 1000111 11001 10000 101000001 1000001 110110

Color Harmonies of #D63EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63EA0

Black with #D63EA0

Text Example


Text Example

White with #D63EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63EA0; }

 p { color: rgb(214,62,160); }

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

background-color css

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

 a { background-color: rgb(214,62,160); }

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

border-color css

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

 span { border-color: rgb(214,62,160); }

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