#D94C84

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

Shades of Cranberry #D94C84

Tints of Cranberry #D94C84

Color information

#D94C84 (or 0xD94C84) is unknown color: approx Cranberry. HEX triplet: D9, 4C and 84. RGB value is (217,76,132). Sum of RGB (Red+Green+Blue) = 217+76+132=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 76 (30.08% from 255 or 17.88% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C84 is #26B37B. Grayscale: #7C7C7C. Windows color (decimal): -2536316 or 8670425. OLE color: 8670425.

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

Color convert

RGB21776132-
CMYK00.650.390.15
HSL336.17º64.98%57.45%-
HSV(B)336.17º64.98%85.1%-
XYZ35.3621.5924.13-
YUV124.54132.21193.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 76 (30.08% from 255) = 17.88%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=51.06%
G=17.88%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177613200.650.390.15336.1764.9857.45
HexD94C8404127F1504139
Octal3311142040101471752010171
Binary110110011001100100001000100000110011111111010100001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C84; }

 p { color: rgb(217,76,132); }

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

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

 a { background-color: rgb(217,76,132); }

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

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

 span { border-color: rgb(217,76,132); }

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