#D95380

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

Shades of Cranberry #D95380

Tints of Cranberry #D95380

Color information

#D95380 (or 0xD95380) is unknown color: approx Cranberry. HEX triplet: D9, 53 and 80. RGB value is (217,83,128). Sum of RGB (Red+Green+Blue) = 217+83+128=428 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.70% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 128 (50.39% from 255 or 29.91% from 428); Max value from RGB is 217 - color contains mainly: red. Hex color #D95380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95380 is #26AC7F. Grayscale: #808080. Windows color (decimal): -2534528 or 8410073. OLE color: 8410073.

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

Color convert

RGB21783128-
CMYK00.620.410.15
HSL339.85º63.81%58.82%-
HSV(B)339.85º61.75%85.1%-
XYZ35.622.522.89-
YUV128.2127.89191.34-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.70%
GREEN value IS 83 (32.81% from 255) = 19.39%
BLUE value IS 128 (50.39% from 255) = 29.91%
R=50.70%
G=19.39%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178312800.620.410.15339.8563.8158.82
HexD9538003E29F154403b
Octal331123200076511752410073
Binary11011001101001110000000011111010100111111010101001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95380; }

 p { color: rgb(217,83,128); }

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

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

 a { background-color: rgb(217,83,128); }

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

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

 span { border-color: rgb(217,83,128); }

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