Html Css Color HEX #D85990 Hopbush

📋 copy color: '#D85990'

red 216 ◦ green 89 ◦ blue 144

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

Shades of Hopbush #D85990

Tints of Hopbush #D85990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.82%

 BLUE value IS 144 (56.64% from 255) = 32.07%

R = 48.11%
G = 19.82%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#D85990 (or 0xD85990) is known color: Hopbush. HEX triplet: D8, 59 and 90. RGB value is (216,89,144). Sum of RGB (Red+Green+Blue) = 216+89+144=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 144 (56.64% from 255 or 32.07% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D85990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85990 is #27A66F. Grayscale: #858585. Windows color (decimal): -2598512 or 9460184. OLE color: 9460184.

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

Color convert

RGB 216 89 144 -
CMYK 0 0.59 0.33 0.15
HSL 334.02º 0.62% 0.6% -
HSV(B) 334.02º 0.59% 0.85% -
XYZ 36.93 23.76 29.03 -
YUV 133.24 134.08 187.03 -
System Red Green Blue C M Y K H S L
Decimal 216 89 144 0 0.59 0.33 0.15 334.02 0.62 0.6
Hex D8 59 90 0 3B 21 F 14E 3E 3C
Octal 330 131 220 0 73 41 17 516 76 74
Binary 11011000 1011001 10010000 0 111011 100001 1111 101001110 111110 111100

Color Harmonies of #D85990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85990

Black with #D85990

Text Example


Text Example

White with #D85990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85990; }

 p { color: rgb(216,89,144); }

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

background-color css

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

 a { background-color: rgb(216,89,144); }

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

border-color css

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

 span { border-color: rgb(216,89,144); }

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