Html Css Color HEX #D81F8C Deep Cerise

📋 copy color: '#D81F8C'

red 216 ◦ green 31 ◦ blue 140

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

Shades of Deep Cerise #D81F8C

Tints of Deep Cerise #D81F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.18%

R = 55.81%
G = 8.01%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D81F8C (or 0xD81F8C) is known color: Deep Cerise. HEX triplet: D8, 1F and 8C. RGB value is (216,31,140). Sum of RGB (Red+Green+Blue) = 216+31+140=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 31 (12.5% from 255 or 8.01% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81F8C is #27E073. Grayscale: #626262. Windows color (decimal): -2613364 or 9183192. OLE color: 9183192.

HSL color Cylindrical-coordinate representation of color #D81F8C: hue angle of 324.65º 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 #D81F8C is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 31 140 -
CMYK 0 0.86 0.35 0.15
HSL 324.65º 0.75% 0.48% -
HSV(B) 324.65º 0.86% 0.85% -
XYZ 33.54 17.47 26.42 -
YUV 98.74 151.29 211.64 -
System Red Green Blue C M Y K H S L
Decimal 216 31 140 0 0.86 0.35 0.15 324.65 0.75 0.48
Hex D8 1F 8C 0 56 23 F 145 4B 30
Octal 330 37 214 0 126 43 17 505 113 60
Binary 11011000 11111 10001100 0 1010110 100011 1111 101000101 1001011 110000

Color Harmonies of #D81F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F8C

Black with #D81F8C

Text Example


Text Example

White with #D81F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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