#D93F62

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

Shades of Cerise #D93F62

Tints of Cerise #D93F62

Color information

#D93F62 (or 0xD93F62) is unknown color: approx Cerise. HEX triplet: D9, 3F and 62. RGB value is (217,63,98). Sum of RGB (Red+Green+Blue) = 217+63+98=378 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.41% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 98 (38.67% from 255 or 25.93% from 378); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F62 is #26C09D. Grayscale: #717171. Windows color (decimal): -2539678 or 6438873. OLE color: 6438873.

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

Color convert

RGB2176398-
CMYK00.710.550.15
HSL346.36º66.96%54.9%-
HSV(B)346.36º70.97%85.1%-
XYZ32.619.1913.54-
YUV113.04119.52202.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.41%
GREEN value IS 63 (25% from 255) = 16.67%
BLUE value IS 98 (38.67% from 255) = 25.93%
R=57.41%
G=16.67%
B=25.93%

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
Decimal217639800.710.550.15346.3666.9654.9
HexD93F6204737F15a4337
Octal331771420107671753210367
Binary1101100111111111000100100011111011111111010110101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F62; }

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

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

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

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

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

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

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

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