#D93F61

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

Shades of Cerise #D93F61

Tints of Cerise #D93F61

Color information

#D93F61 (or 0xD93F61) is unknown color: approx Cerise. HEX triplet: D9, 3F and 61. RGB value is (217,63,97). Sum of RGB (Red+Green+Blue) = 217+63+97=377 (49% of max value = 765). Red value is 217 (85.16% from 255 or 57.56% from 377); Green value is 63 (25% from 255 or 16.71% from 377); Blue value is 97 (38.28% from 255 or 25.73% from 377); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F61 is #26C09E. Grayscale: #707070. Windows color (decimal): -2539679 or 6373337. OLE color: 6373337.

HSL color Cylindrical-coordinate representation of color #D93F61: hue angle of 346.75º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D93F61 is Cyan = 0, Magento = 0.71, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB2176397-
CMYK00.710.550.15
HSL346.75º66.96%54.9%-
HSV(B)346.75º70.97%85.1%-
XYZ32.5519.1713.29-
YUV112.92119.02202.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.56%
GREEN value IS 63 (25% from 255) = 16.71%
BLUE value IS 97 (38.28% from 255) = 25.73%
R=57.56%
G=16.71%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217639700.710.550.15346.7566.9654.9
HexD93F6104737F15b4337
Octal331771410107671753310367
Binary1101100111111111000010100011111011111111010110111000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F61; }

 p { color: rgb(217,63,97); }

 H1.HeaderClassName
 {
   color: #D93F61;
 }
 .AnyTagClassName
 {
   color: #D93F61;
 }
</style>
background-color css

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

 a { background-color: rgb(217,63,97); }

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

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

 span { border-color: rgb(217,63,97); }

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