Html Css Color HEX #D85B96 Hopbush

📋 copy color: '#D85B96'

red 216 ◦ green 91 ◦ blue 150

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

Shades of Hopbush #D85B96

Tints of Hopbush #D85B96

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

 GREEN value IS 91 (35.94% from 255) = 19.91%

 BLUE value IS 150 (58.98% from 255) = 32.82%

R = 47.26%
G = 19.91%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85B96 (or 0xD85B96) is known color: Hopbush. HEX triplet: D8, 5B and 96. RGB value is (216,91,150). Sum of RGB (Red+Green+Blue) = 216+91+150=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 150 (58.98% from 255 or 32.82% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D85B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85B96 is #27A469. Grayscale: #868686. Windows color (decimal): -2597994 or 9853912. OLE color: 9853912.

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

Color convert

RGB 216 91 150 -
CMYK 0 0.58 0.31 0.15
HSL 331.68º 0.62% 0.6% -
HSV(B) 331.68º 0.58% 0.85% -
XYZ 37.57 24.28 31.56 -
YUV 135.1 136.41 185.7 -
System Red Green Blue C M Y K H S L
Decimal 216 91 150 0 0.58 0.31 0.15 331.68 0.62 0.6
Hex D8 5B 96 0 3A 1F F 14C 3E 3C
Octal 330 133 226 0 72 37 17 514 76 74
Binary 11011000 1011011 10010110 0 111010 11111 1111 101001100 111110 111100

Color Harmonies of #D85B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85B96

Black with #D85B96

Text Example


Text Example

White with #D85B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85B96; }

 p { color: rgb(216,91,150); }

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

background-color css

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

 a { background-color: rgb(216,91,150); }

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

border-color css

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

 span { border-color: rgb(216,91,150); }

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