#D93C77

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

Shades of Cranberry #D93C77

Tints of Cranberry #D93C77

Color information

#D93C77 (or 0xD93C77) is unknown color: approx Cranberry. HEX triplet: D9, 3C and 77. RGB value is (217,60,119). Sum of RGB (Red+Green+Blue) = 217+60+119=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D93C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93C77 is #26C388. Grayscale: #717171. Windows color (decimal): -2540425 or 7814361. OLE color: 7814361.

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

Color convert

RGB21760119-
CMYK00.720.450.15
HSL337.45º67.38%54.31%-
HSV(B)337.45º72.35%85.1%-
XYZ33.5619.3219.41-
YUV113.67131.01201.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.80%
GREEN value IS 60 (23.83% from 255) = 15.15%
BLUE value IS 119 (46.88% from 255) = 30.05%
R=54.80%
G=15.15%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176011900.720.450.15337.4567.3854.31
HexD93C770482DF1514336
Octal331741670110551752110366
Binary1101100111110011101110100100010110111111010100011000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93C77; }

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

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

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

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

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

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

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

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