#D94F70

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

Shades of Cranberry #D94F70

Tints of Cranberry #D94F70

Color information

#D94F70 (or 0xD94F70) is unknown color: approx Cranberry. HEX triplet: D9, 4F and 70. RGB value is (217,79,112). Sum of RGB (Red+Green+Blue) = 217+79+112=408 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.19% from 408); Green value is 79 (31.25% from 255 or 19.36% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 217 - color contains mainly: red. Hex color #D94F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D94F70 is #26B08F. Grayscale: #7C7C7C. Windows color (decimal): -2535568 or 7360473. OLE color: 7360473.

HSL color Cylindrical-coordinate representation of color #D94F70: hue angle of 345.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D94F70 is Cyan = 0, Magento = 0.64, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB21779112-
CMYK00.640.480.15
HSL345.65º64.49%58.04%-
HSV(B)345.65º63.59%85.1%-
XYZ34.3421.5117.67-
YUV124.02121.22194.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 53.19%
GREEN value IS 79 (31.25% from 255) = 19.36%
BLUE value IS 112 (44.14% from 255) = 27.45%
R=53.19%
G=19.36%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177911200.640.480.15345.6564.4958.04
HexD94F7004030F15a403a
Octal3311171600100601753210072
Binary11011001100111111100000100000011000011111010110101000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94F70; }

 p { color: rgb(217,79,112); }

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

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

 a { background-color: rgb(217,79,112); }

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

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

 span { border-color: rgb(217,79,112); }

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