Html Css Color HEX #D95586 Cranberry

📋 copy color: '#D95586'

red 217 ◦ green 85 ◦ blue 134

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

Shades of Cranberry #D95586

Tints of Cranberry #D95586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.5%

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

R = 49.77%
G = 19.5%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D95586 (or 0xD95586) is known color: Cranberry. HEX triplet: D9, 55 and 86. RGB value is (217,85,134). Sum of RGB (Red+Green+Blue) = 217+85+134=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 85 (33.59% from 255 or 19.50% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D95586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95586 is #26AA79. Grayscale: #818181. Windows color (decimal): -2534010 or 8803801. OLE color: 8803801.

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

Color convert

RGB 217 85 134 -
CMYK 0 0.61 0.38 0.15
HSL 337.73º 0.63% 0.59% -
HSV(B) 337.73º 0.61% 0.85% -
XYZ 36.17 22.97 25.08 -
YUV 130.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 217 85 134 0 0.61 0.38 0.15 337.73 0.63 0.59
Hex D9 55 86 0 3D 26 F 152 3F 3B
Octal 331 125 206 0 75 46 17 522 77 73
Binary 11011001 1010101 10000110 0 111101 100110 1111 101010010 111111 111011

Color Harmonies of #D95586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95586

Black with #D95586

Text Example


Text Example

White with #D95586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95586; }

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

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

background-color css

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

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

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

border-color css

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

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

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