Html Css Color HEX #D81E7C Deep Cerise

📋 copy color: '#D81E7C'

red 216 ◦ green 30 ◦ blue 124

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

Shades of Deep Cerise #D81E7C

Tints of Deep Cerise #D81E7C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.11%

 BLUE value IS 124 (48.83% from 255) = 33.51%

R = 58.38%
G = 8.11%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D81E7C (or 0xD81E7C) is known color: Deep Cerise. HEX triplet: D8, 1E and 7C. RGB value is (216,30,124). Sum of RGB (Red+Green+Blue) = 216+30+124=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 30 (12.11% from 255 or 8.11% from 370); Blue value is 124 (48.83% from 255 or 33.51% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81E7C is #27E183. Grayscale: #606060. Windows color (decimal): -2613636 or 8134360. OLE color: 8134360.

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

Color convert

RGB 216 30 124 -
CMYK 0 0.86 0.43 0.15
HSL 329.68º 0.76% 0.48% -
HSV(B) 329.68º 0.86% 0.85% -
XYZ 32.42 16.98 20.64 -
YUV 96.33 143.62 213.36 -
System Red Green Blue C M Y K H S L
Decimal 216 30 124 0 0.86 0.43 0.15 329.68 0.76 0.48
Hex D8 1E 7C 0 56 2B F 14A 4C 30
Octal 330 36 174 0 126 53 17 512 114 60
Binary 11011000 11110 1111100 0 1010110 101011 1111 101001010 1001100 110000

Color Harmonies of #D81E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E7C

Black with #D81E7C

Text Example


Text Example

White with #D81E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E7C; }

 p { color: rgb(216,30,124); }

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

background-color css

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

 a { background-color: rgb(216,30,124); }

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

border-color css

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

 span { border-color: rgb(216,30,124); }

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