Html Css Color HEX #D91F80 Deep Cerise

📋 copy color: '#D91F80'

red 217 ◦ green 31 ◦ blue 128

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

Shades of Deep Cerise #D91F80

Tints of Deep Cerise #D91F80

RGB

 RED value IS 217 (85.16% from 255) = 57.71%

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

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

R = 57.71%
G = 8.24%
B = 34.04%

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

#D91F80 (or 0xD91F80) is known color: Deep Cerise. HEX triplet: D9, 1F and 80. RGB value is (217,31,128). Sum of RGB (Red+Green+Blue) = 217+31+128=376 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.71% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91F80 is #26E07F. Grayscale: #616161. Windows color (decimal): -2547840 or 8396761. OLE color: 8396761.

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

Color convert

RGB 217 31 128 -
CMYK 0 0.86 0.41 0.15
HSL 328.71º 0.75% 0.49% -
HSV(B) 328.71º 0.86% 0.85% -
XYZ 33 17.29 22.02 -
YUV 97.67 145.12 213.11 -
System Red Green Blue C M Y K H S L
Decimal 217 31 128 0 0.86 0.41 0.15 328.71 0.75 0.49
Hex D9 1F 80 0 56 29 F 149 4B 31
Octal 331 37 200 0 126 51 17 511 113 61
Binary 11011001 11111 10000000 0 1010110 101001 1111 101001001 1001011 110001

Color Harmonies of #D91F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F80

Black with #D91F80

Text Example


Text Example

White with #D91F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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