#D94583

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

Shades of Cranberry #D94583

Tints of Cranberry #D94583

Color information

#D94583 (or 0xD94583) is unknown color: approx Cranberry. HEX triplet: D9, 45 and 83. RGB value is (217,69,131). Sum of RGB (Red+Green+Blue) = 217+69+131=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D94583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94583 is #26BA7C. Grayscale: #787878. Windows color (decimal): -2538109 or 8603097. OLE color: 8603097.

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

Color convert

RGB21769131-
CMYK00.680.400.15
HSL334.86º66.07%56.08%-
HSV(B)334.86º68.2%85.1%-
XYZ34.8420.6523.62-
YUV120.32134.03196.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.04%
GREEN value IS 69 (27.34% from 255) = 16.55%
BLUE value IS 131 (51.56% from 255) = 31.41%
R=52.04%
G=16.55%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176913100.680.400.15334.8666.0756.08
HexD9458304428F14f4238
Octal3311052030104501751710270
Binary110110011000101100000110100010010100011111010011111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94583; }

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

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

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

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

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

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

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

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