#D94C83

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

Shades of Cranberry #D94C83

Tints of Cranberry #D94C83

Color information

#D94C83 (or 0xD94C83) is unknown color: approx Cranberry. HEX triplet: D9, 4C and 83. RGB value is (217,76,131). Sum of RGB (Red+Green+Blue) = 217+76+131=424 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.18% from 424); Green value is 76 (30.08% from 255 or 17.92% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 217 - color contains mainly: red. Hex color #D94C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94C83 is #26B37C. Grayscale: #7C7C7C. Windows color (decimal): -2536317 or 8604889. OLE color: 8604889.

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

Color convert

RGB21776131-
CMYK00.650.400.15
HSL336.6º64.98%57.45%-
HSV(B)336.6º64.98%85.1%-
XYZ35.321.5623.77-
YUV124.43131.71194.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.18%
GREEN value IS 76 (30.08% from 255) = 17.92%
BLUE value IS 131 (51.56% from 255) = 30.90%
R=51.18%
G=17.92%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177613100.650.400.15336.664.9857.45
HexD94C8304128F1514139
Octal3311142030101501752110171
Binary110110011001100100000110100000110100011111010100011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94C83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94C83; }

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

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

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

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

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

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

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

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