#D93C76

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

Shades of Cranberry #D93C76

Tints of Cranberry #D93C76

Color information

#D93C76 (or 0xD93C76) is unknown color: approx Cranberry. HEX triplet: D9, 3C and 76. RGB value is (217,60,118). Sum of RGB (Red+Green+Blue) = 217+60+118=395 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.94% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 118 (46.48% from 255 or 29.87% from 395); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C76 is #26C389. Grayscale: #717171. Windows color (decimal): -2540426 or 7748825. OLE color: 7748825.

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

Color convert

RGB21760118-
CMYK00.720.460.15
HSL337.83º67.38%54.31%-
HSV(B)337.83º72.35%85.1%-
XYZ33.519.2919.1-
YUV113.56130.51201.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.94%
GREEN value IS 60 (23.83% from 255) = 15.19%
BLUE value IS 118 (46.48% from 255) = 29.87%
R=54.94%
G=15.19%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176011800.720.460.15337.8367.3854.31
HexD93C760482EF1524336
Octal331741660110561752210366
Binary1101100111110011101100100100010111011111010100101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C76; }

 p { color: rgb(217,60,118); }

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

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

 a { background-color: rgb(217,60,118); }

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

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

 span { border-color: rgb(217,60,118); }

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