#D93F79

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

Shades of Cranberry #D93F79

Tints of Cranberry #D93F79

Color information

#D93F79 (or 0xD93F79) is unknown color: approx Cranberry. HEX triplet: D9, 3F and 79. RGB value is (217,63,121). Sum of RGB (Red+Green+Blue) = 217+63+121=401 (53% of max value = 765). Red value is 217 (85.16% from 255 or 54.11% from 401); Green value is 63 (25% from 255 or 15.71% from 401); Blue value is 121 (47.66% from 255 or 30.17% from 401); Max value from RGB is 217 - color contains mainly: red. Hex color #D93F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93F79 is #26C086. Grayscale: #737373. Windows color (decimal): -2539655 or 7946201. OLE color: 7946201.

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

Color convert

RGB21763121-
CMYK00.710.440.15
HSL337.4º66.96%54.9%-
HSV(B)337.4º70.97%85.1%-
XYZ33.8419.6920.11-
YUV115.66131.02200.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.11%
GREEN value IS 63 (25% from 255) = 15.71%
BLUE value IS 121 (47.66% from 255) = 30.17%
R=54.11%
G=15.71%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176312100.710.440.15337.466.9654.9
HexD93F790472CF1514337
Octal331771710107541752110367
Binary1101100111111111110010100011110110011111010100011000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D93F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D93F79; }

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

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

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

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

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

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

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

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