#D94275

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

Shades of Cranberry #D94275

Tints of Cranberry #D94275

Color information

#D94275 (or 0xD94275) is unknown color: approx Cranberry. HEX triplet: D9, 42 and 75. RGB value is (217,66,117). Sum of RGB (Red+Green+Blue) = 217+66+117=400 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.25% from 400); Green value is 66 (26.17% from 255 or 16.5% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 217 - color contains mainly: red. Hex color #D94275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D94275 is #26BD8A. Grayscale: #747474. Windows color (decimal): -2538891 or 7684825. OLE color: 7684825.

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

Color convert

RGB21766117-
CMYK00.700.460.15
HSL339.74º66.52%55.49%-
HSV(B)339.74º69.59%85.1%-
XYZ33.7719.9318.9-
YUV116.96128.03199.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 54.25%
GREEN value IS 66 (26.17% from 255) = 16.5%
BLUE value IS 117 (46.09% from 255) = 29.25%
R=54.25%
G=16.5%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176611700.700.460.15339.7466.5255.49
HexD942750462EF1544337
Octal3311021650106561752410367
Binary11011001100001011101010100011010111011111010101001000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94275; }

 p { color: rgb(217,66,117); }

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

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

 a { background-color: rgb(217,66,117); }

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

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

 span { border-color: rgb(217,66,117); }

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