#D95C7A

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

Shades of Cranberry #D95C7A

Tints of Cranberry #D95C7A

Color information

#D95C7A (or 0xD95C7A) is unknown color: approx Cranberry. HEX triplet: D9, 5C and 7A. RGB value is (217,92,122). Sum of RGB (Red+Green+Blue) = 217+92+122=431 (57% of max value = 765). Red value is 217 (85.16% from 255 or 50.35% from 431); Green value is 92 (36.33% from 255 or 21.35% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 217 - color contains mainly: red. Hex color #D95C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95C7A is #26A385. Grayscale: #848484. Windows color (decimal): -2532230 or 8019161. OLE color: 8019161.

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

Color convert

RGB21792122-
CMYK00.580.440.15
HSL345.6º62.19%60.59%-
HSV(B)345.6º57.6%85.1%-
XYZ35.9623.8121.11-
YUV132.8121.91188.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.35%
GREEN value IS 92 (36.33% from 255) = 21.35%
BLUE value IS 122 (48.05% from 255) = 28.31%
R=50.35%
G=21.35%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179212200.580.440.15345.662.1960.59
HexD95C7A03A2CF15a3e3d
Octal33113417207254175327675
Binary110110011011100111101001110101011001111101011010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95C7A; }

 p { color: rgb(217,92,122); }

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

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

 a { background-color: rgb(217,92,122); }

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

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

 span { border-color: rgb(217,92,122); }

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