Html Css Color HEX #D95786 Cranberry

📋 copy color: '#D95786'

red 217 ◦ green 87 ◦ blue 134

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

Shades of Cranberry #D95786

Tints of Cranberry #D95786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 30.59%

R = 49.54%
G = 19.86%
B = 30.59%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95786 (or 0xD95786) is known color: Cranberry. HEX triplet: D9, 57 and 86. RGB value is (217,87,134). Sum of RGB (Red+Green+Blue) = 217+87+134=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 87 (34.38% from 255 or 19.86% from 438); Blue value is 134 (52.73% from 255 or 30.59% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D95786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95786 is #26A879. Grayscale: #838383. Windows color (decimal): -2533498 or 8804313. OLE color: 8804313.

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

Color convert

RGB 217 87 134 -
CMYK 0 0.60 0.38 0.15
HSL 338.31º 0.63% 0.6% -
HSV(B) 338.31º 0.6% 0.85% -
XYZ 36.33 23.29 25.13 -
YUV 131.23 129.57 189.18 -
System Red Green Blue C M Y K H S L
Decimal 217 87 134 0 0.60 0.38 0.15 338.31 0.63 0.6
Hex D9 57 86 0 3C 26 F 152 3F 3C
Octal 331 127 206 0 74 46 17 522 77 74
Binary 11011001 1010111 10000110 0 111100 100110 1111 101010010 111111 111100

Color Harmonies of #D95786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95786

Black with #D95786

Text Example


Text Example

White with #D95786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95786; }

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

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

background-color css

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

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

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

border-color css

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

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

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