Html Css Color HEX #D95486 Cranberry

📋 copy color: '#D95486'

red 217 ◦ green 84 ◦ blue 134

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

Shades of Cranberry #D95486

Tints of Cranberry #D95486

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.31%

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

R = 49.89%
G = 19.31%
B = 30.8%

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

#D95486 (or 0xD95486) is known color: Cranberry. HEX triplet: D9, 54 and 86. RGB value is (217,84,134). Sum of RGB (Red+Green+Blue) = 217+84+134=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 84 (33.20% from 255 or 19.31% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D95486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95486 is #26AB79. Grayscale: #818181. Windows color (decimal): -2534266 or 8803545. OLE color: 8803545.

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

Color convert

RGB 217 84 134 -
CMYK 0 0.61 0.38 0.15
HSL 337.44º 0.64% 0.59% -
HSV(B) 337.44º 0.61% 0.85% -
XYZ 36.09 22.81 25.06 -
YUV 129.47 130.56 190.43 -
System Red Green Blue C M Y K H S L
Decimal 217 84 134 0 0.61 0.38 0.15 337.44 0.64 0.59
Hex D9 54 86 0 3D 26 F 151 40 3B
Octal 331 124 206 0 75 46 17 521 100 73
Binary 11011001 1010100 10000110 0 111101 100110 1111 101010001 1000000 111011

Color Harmonies of #D95486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D95486

Black with #D95486

Text Example


Text Example

White with #D95486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D95486; }

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

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

background-color css

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

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

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

border-color css

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

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

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