Html Css Color HEX #D91F8C Deep Cerise

📋 copy color: '#D91F8C'

red 217 ◦ green 31 ◦ blue 140

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

Shades of Deep Cerise #D91F8C

Tints of Deep Cerise #D91F8C

RGB

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

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

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

R = 55.93%
G = 7.99%
B = 36.08%

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

#D91F8C (or 0xD91F8C) is known color: Deep Cerise. HEX triplet: D9, 1F and 8C. RGB value is (217,31,140). Sum of RGB (Red+Green+Blue) = 217+31+140=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 31 (12.5% from 255 or 7.99% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D91F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91F8C is #26E073. Grayscale: #626262. Windows color (decimal): -2547828 or 9183193. OLE color: 9183193.

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

Color convert

RGB 217 31 140 -
CMYK 0 0.86 0.35 0.15
HSL 324.84º 0.75% 0.49% -
HSV(B) 324.84º 0.86% 0.85% -
XYZ 33.84 17.63 26.43 -
YUV 99.04 151.12 212.14 -
System Red Green Blue C M Y K H S L
Decimal 217 31 140 0 0.86 0.35 0.15 324.84 0.75 0.49
Hex D9 1F 8C 0 56 23 F 145 4B 31
Octal 331 37 214 0 126 43 17 505 113 61
Binary 11011001 11111 10001100 0 1010110 100011 1111 101000101 1001011 110001

Color Harmonies of #D91F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91F8C

Black with #D91F8C

Text Example


Text Example

White with #D91F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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