#D95584

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

Shades of Cranberry #D95584

Tints of Cranberry #D95584

Color information

#D95584 (or 0xD95584) is unknown color: approx Cranberry. HEX triplet: D9, 55 and 84. RGB value is (217,85,132). Sum of RGB (Red+Green+Blue) = 217+85+132=434 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50% from 434); Green value is 85 (33.59% from 255 or 19.59% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 217 - color contains mainly: red. Hex color #D95584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95584 is #26AA7B. Grayscale: #818181. Windows color (decimal): -2534012 or 8672729. OLE color: 8672729.

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

Color convert

RGB21785132-
CMYK00.610.390.15
HSL338.64º63.46%59.22%-
HSV(B)338.64º60.83%85.1%-
XYZ36.0322.9124.35-
YUV129.83129.23190.18-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50%
GREEN value IS 85 (33.59% from 255) = 19.59%
BLUE value IS 132 (51.95% from 255) = 30.41%
R=50%
G=19.59%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178513200.610.390.15338.6463.4659.22
HexD9558403D27F1533f3b
Octal33112520407547175237773
Binary1101100110101011000010001111011001111111101010011111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95584; }

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

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

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

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

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

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

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

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