#D95581

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

Shades of Cranberry #D95581

Tints of Cranberry #D95581

Color information

#D95581 (or 0xD95581) is unknown color: approx Cranberry. HEX triplet: D9, 55 and 81. RGB value is (217,85,129). Sum of RGB (Red+Green+Blue) = 217+85+129=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 85 (33.59% from 255 or 19.72% from 431); Blue value is 129 (50.78% from 255 or 29.93% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95581 is #26AA7E. Grayscale: #818181. Windows color (decimal): -2534015 or 8476121. OLE color: 8476121.

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

Color convert

RGB21785129-
CMYK00.610.410.15
HSL340º63.46%59.22%-
HSV(B)340º60.83%85.1%-
XYZ35.8322.8323.29-
YUV129.48127.73190.42-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 85 (33.59% from 255) = 19.72%
BLUE value IS 129 (50.78% from 255) = 29.93%
R=50.35%
G=19.72%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178512900.610.410.1534063.4659.22
HexD9558103D29F1543f3b
Octal33112520107551175247773
Binary1101100110101011000000101111011010011111101010100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95581; }

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

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

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

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

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

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

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

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