Html Css Color HEX #D95871 Cranberry

📋 copy color: '#D95871'

red 217 ◦ green 88 ◦ blue 113

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

Shades of Cranberry #D95871

Tints of Cranberry #D95871

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.05%

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

R = 51.91%
G = 21.05%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D95871 (or 0xD95871) is known color: Cranberry. HEX triplet: D9, 58 and 71. RGB value is (217,88,113). Sum of RGB (Red+Green+Blue) = 217+88+113=418 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.91% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 113 (44.53% from 255 or 27.03% from 418); Max value from RGB is 217 - color contains mainly: red. Hex color #D95871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D95871 is #26A78E. Grayscale: #818181. Windows color (decimal): -2533263 or 7428313. OLE color: 7428313.

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

Color convert

RGB 217 88 113 -
CMYK 0 0.59 0.48 0.15
HSL 348.37º 0.63% 0.6% -
HSV(B) 348.37º 0.59% 0.85% -
XYZ 35.09 22.92 18.2 -
YUV 129.42 118.74 190.47 -
System Red Green Blue C M Y K H S L
Decimal 217 88 113 0 0.59 0.48 0.15 348.37 0.63 0.6
Hex D9 58 71 0 3B 30 F 15C 3F 3C
Octal 331 130 161 0 73 60 17 534 77 74
Binary 11011001 1011000 1110001 0 111011 110000 1111 101011100 111111 111100

Color Harmonies of #D95871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95871

Black with #D95871

Text Example


Text Example

White with #D95871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95871; }

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

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

background-color css

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

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

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

border-color css

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

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

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