Html Css Color HEX #D81F80 Deep Cerise

📋 copy color: '#D81F80'

red 216 ◦ green 31 ◦ blue 128

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

Shades of Deep Cerise #D81F80

Tints of Deep Cerise #D81F80

RGB

 RED value IS 216 (84.77% from 255) = 57.6%

 GREEN value IS 31 (12.5% from 255) = 8.27%

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

R = 57.6%
G = 8.27%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D81F80 (or 0xD81F80) is known color: Deep Cerise. HEX triplet: D8, 1F and 80. RGB value is (216,31,128). Sum of RGB (Red+Green+Blue) = 216+31+128=375 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.6% from 375); Green value is 31 (12.5% from 255 or 8.27% from 375); Blue value is 128 (50.39% from 255 or 34.13% from 375); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81F80 is #27E07F. Grayscale: #616161. Windows color (decimal): -2613376 or 8396760. OLE color: 8396760.

HSL color Cylindrical-coordinate representation of color #D81F80: hue angle of 328.54º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81F80 is Cyan = 0, Magento = 0.86, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 128 -
CMYK 0 0.86 0.41 0.15
HSL 328.54º 0.75% 0.48% -
HSV(B) 328.54º 0.86% 0.85% -
XYZ 32.71 17.14 22.01 -
YUV 97.37 145.29 212.61 -
System Red Green Blue C M Y K H S L
Decimal 216 31 128 0 0.86 0.41 0.15 328.54 0.75 0.48
Hex D8 1F 80 0 56 29 F 149 4B 30
Octal 330 37 200 0 126 51 17 511 113 60
Binary 11011000 11111 10000000 0 1010110 101001 1111 101001001 1001011 110000

Color Harmonies of #D81F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F80

Black with #D81F80

Text Example


Text Example

White with #D81F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F80; }

 p { color: rgb(216,31,128); }

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

background-color css

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

 a { background-color: rgb(216,31,128); }

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

border-color css

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

 span { border-color: rgb(216,31,128); }

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