Html Css Color HEX #D63E80 Deep Cerise

📋 copy color: '#D63E80'

red 214 ◦ green 62 ◦ blue 128

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

Shades of Deep Cerise #D63E80

Tints of Deep Cerise #D63E80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 31.68%

R = 52.97%
G = 15.35%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D63E80 (or 0xD63E80) is known color: Deep Cerise. HEX triplet: D6, 3E and 80. RGB value is (214,62,128). Sum of RGB (Red+Green+Blue) = 214+62+128=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 62 (24.61% from 255 or 15.35% from 404); Blue value is 128 (50.39% from 255 or 31.68% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D63E80 is #29C17F. Grayscale: #727272. Windows color (decimal): -2736512 or 8404694. OLE color: 8404694.

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

Color convert

RGB 214 62 128 -
CMYK 0 0.71 0.40 0.16
HSL 333.95º 0.65% 0.54% -
HSV(B) 333.95º 0.71% 0.84% -
XYZ 33.35 19.3 22.39 -
YUV 114.97 135.36 198.63 -
System Red Green Blue C M Y K H S L
Decimal 214 62 128 0 0.71 0.40 0.16 333.95 0.65 0.54
Hex D6 3E 80 0 47 28 10 14E 41 36
Octal 326 76 200 0 107 50 20 516 101 66
Binary 11010110 111110 10000000 0 1000111 101000 10000 101001110 1000001 110110

Color Harmonies of #D63E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E80

Black with #D63E80

Text Example


Text Example

White with #D63E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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