Html Css Color HEX #D95977 Cranberry

📋 copy color: '#D95977'

red 217 ◦ green 89 ◦ blue 119

#D95977
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D95977

Tints of Cranberry #D95977

RGB

 RED value IS 217 (85.16% from 255) = 51.06%

 GREEN value IS 89 (35.16% from 255) = 20.94%

 BLUE value IS 119 (46.88% from 255) = 28%

R = 51.06%
G = 20.94%
B = 28%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D95977 (or 0xD95977) is known color: Cranberry. HEX triplet: D9, 59 and 77. RGB value is (217,89,119). Sum of RGB (Red+Green+Blue) = 217+89+119=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 89 (35.16% from 255 or 20.94% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D95977 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95977 is #26A688. Grayscale: #828282. Windows color (decimal): -2533001 or 7821785. OLE color: 7821785.

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

Color convert

RGB 217 89 119 -
CMYK 0 0.59 0.45 0.15
HSL 345.94º 0.63% 0.6% -
HSV(B) 345.94º 0.59% 0.85% -
XYZ 35.52 23.23 20.06 -
YUV 130.69 121.41 189.56 -
System Red Green Blue C M Y K H S L
Decimal 217 89 119 0 0.59 0.45 0.15 345.94 0.63 0.6
Hex D9 59 77 0 3B 2D F 15A 3F 3C
Octal 331 131 167 0 73 55 17 532 77 74
Binary 11011001 1011001 1110111 0 111011 101101 1111 101011010 111111 111100

Color Harmonies of #D95977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95977

Black with #D95977

Text Example


Text Example

White with #D95977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95977; }

 p { color: rgb(217,89,119); }

 H1.HeaderClassName
 {
   color: #D95977;
 }
 .AnyTagClassName
 {
   color: #D95977;
 }
</style>

background-color css

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

 a { background-color: rgb(217,89,119); }

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

border-color css

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

 span { border-color: rgb(217,89,119); }

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