Html Css Color HEX #D95978 Cranberry

📋 copy color: '#D95978'

red 217 ◦ green 89 ◦ blue 120

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

Shades of Cranberry #D95978

Tints of Cranberry #D95978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 28.17%

R = 50.94%
G = 20.89%
B = 28.17%

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

#D95978 (or 0xD95978) is known color: Cranberry. HEX triplet: D9, 59 and 78. RGB value is (217,89,120). Sum of RGB (Red+Green+Blue) = 217+89+120=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 120 (47.27% from 255 or 28.17% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D95978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95978 is #26A687. Grayscale: #828282. Windows color (decimal): -2533000 or 7887321. OLE color: 7887321.

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

Color convert

RGB 217 89 120 -
CMYK 0 0.59 0.45 0.15
HSL 345.47º 0.63% 0.6% -
HSV(B) 345.47º 0.59% 0.85% -
XYZ 35.58 23.25 20.38 -
YUV 130.81 121.91 189.48 -
System Red Green Blue C M Y K H S L
Decimal 217 89 120 0 0.59 0.45 0.15 345.47 0.63 0.6
Hex D9 59 78 0 3B 2D F 159 3F 3C
Octal 331 131 170 0 73 55 17 531 77 74
Binary 11011001 1011001 1111000 0 111011 101101 1111 101011001 111111 111100

Color Harmonies of #D95978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95978

Black with #D95978

Text Example


Text Example

White with #D95978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95978; }

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

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

background-color css

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

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

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

border-color css

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

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

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