Html Css Color HEX #D95771 Cranberry

📋 copy color: '#D95771'

red 217 ◦ green 87 ◦ blue 113

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

Shades of Cranberry #D95771

Tints of Cranberry #D95771

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.86%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 52.04%
G = 20.86%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95771 (or 0xD95771) is known color: Cranberry. HEX triplet: D9, 57 and 71. RGB value is (217,87,113). Sum of RGB (Red+Green+Blue) = 217+87+113=417 (55% of max value = 765). Red value is 217 (85.16% from 255 or 52.04% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 217 - color contains mainly: red. Hex color #D95771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95771 is #26A88E. Grayscale: #808080. Windows color (decimal): -2533519 or 7428057. OLE color: 7428057.

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

Color convert

RGB 217 87 113 -
CMYK 0 0.60 0.48 0.15
HSL 348º 0.63% 0.6% -
HSV(B) 348º 0.6% 0.85% -
XYZ 35 22.76 18.17 -
YUV 128.83 119.07 190.89 -
System Red Green Blue C M Y K H S L
Decimal 217 87 113 0 0.60 0.48 0.15 348 0.63 0.6
Hex D9 57 71 0 3C 30 F 15C 3F 3C
Octal 331 127 161 0 74 60 17 534 77 74
Binary 11011001 1010111 1110001 0 111100 110000 1111 101011100 111111 111100

Color Harmonies of #D95771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95771

Black with #D95771

Text Example


Text Example

White with #D95771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95771; }

 p { color: rgb(217,87,113); }

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

background-color css

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

 a { background-color: rgb(217,87,113); }

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

border-color css

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

 span { border-color: rgb(217,87,113); }

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