#d91f8c

Color #D91F8C Deep Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Cerise #D91F8C

Tints of Deep Cerise #D91F8C

Color information

#D91F8C (or 0xD91F8C) is unknown color: approx 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

RGB21731140-
CMYK00.860.350.15
HSL324.84º75%48.63%-
HSV(B)324.84º85.71%85.1%-
XYZ33.8417.6326.43-
YUV99.04151.12212.14-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2173114000.860.350.15324.847548.63
HexD91F8C05623F1454b31
Octal331372140126431750511361
Binary1101100111111100011000101011010001111111010001011001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d91f8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>