#D93F78

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

Shades of Cranberry #D93F78

Tints of Cranberry #D93F78

Color information

#D93F78 (or 0xD93F78) is unknown color: approx Cranberry. HEX triplet: D9, 3F and 78. RGB value is (217,63,120). Sum of RGB (Red+Green+Blue) = 217+63+120=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 120 (47.27% from 255 or 30% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F78 is #26C087. Grayscale: #737373. Windows color (decimal): -2539656 or 7880665. OLE color: 7880665.

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

Color convert

RGB21763120-
CMYK00.710.450.15
HSL337.79º66.96%54.9%-
HSV(B)337.79º70.97%85.1%-
XYZ33.7819.6619.78-
YUV115.54130.52200.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.25%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 120 (47.27% from 255) = 30%
R=54.25%
G=15.75%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176312000.710.450.15337.7966.9654.9
HexD93F780472DF1524337
Octal331771700107551752210367
Binary1101100111111111110000100011110110111111010100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F78; }

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

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

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

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

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

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

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

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