#D94A82

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

Shades of Cranberry #D94A82

Tints of Cranberry #D94A82

Color information

#D94A82 (or 0xD94A82) is unknown color: approx Cranberry. HEX triplet: D9, 4A and 82. RGB value is (217,74,130). Sum of RGB (Red+Green+Blue) = 217+74+130=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 130 (51.17% from 255 or 30.88% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94A82 is #26B57D. Grayscale: #7B7B7B. Windows color (decimal): -2536830 or 8538841. OLE color: 8538841.

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

Color convert

RGB21774130-
CMYK00.660.400.15
HSL336.5º65.3%57.06%-
HSV(B)336.5º65.9%85.1%-
XYZ35.0921.2623.37-
YUV123.14131.88194.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 74 (29.30% from 255) = 17.58%
BLUE value IS 130 (51.17% from 255) = 30.88%
R=51.54%
G=17.58%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177413000.660.400.15336.565.357.06
HexD94A8204228F1514139
Octal3311122020102501752110171
Binary110110011001010100000100100001010100011111010100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A82; }

 p { color: rgb(217,74,130); }

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

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

 a { background-color: rgb(217,74,130); }

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

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

 span { border-color: rgb(217,74,130); }

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