#D95379

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

Shades of Cranberry #D95379

Tints of Cranberry #D95379

Color information

#D95379 (or 0xD95379) is unknown color: approx Cranberry. HEX triplet: D9, 53 and 79. RGB value is (217,83,121). Sum of RGB (Red+Green+Blue) = 217+83+121=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 121 (47.66% from 255 or 28.74% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D95379 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95379 is #26AC86. Grayscale: #7F7F7F. Windows color (decimal): -2534535 or 7951321. OLE color: 7951321.

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

Color convert

RGB21783121-
CMYK00.620.440.15
HSL342.99º63.81%58.82%-
HSV(B)342.99º61.75%85.1%-
XYZ35.1622.3220.54-
YUV127.4124.39191.91-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 83 (32.81% from 255) = 19.71%
BLUE value IS 121 (47.66% from 255) = 28.74%
R=51.54%
G=19.71%
B=28.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178312100.620.440.15342.9963.8158.82
HexD9537903E2CF157403b
Octal331123171076541752710073
Binary1101100110100111111001011111010110011111010101111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95379; }

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

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

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

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

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

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

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

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