Html Css Color HEX #D85890 Hopbush

📋 copy color: '#D85890'

red 216 ◦ green 88 ◦ blue 144

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

Shades of Hopbush #D85890

Tints of Hopbush #D85890

RGB

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

 GREEN value IS 88 (34.77% from 255) = 19.64%

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

R = 48.21%
G = 19.64%
B = 32.14%

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

#D85890 (or 0xD85890) is known color: Hopbush. HEX triplet: D8, 58 and 90. RGB value is (216,88,144). Sum of RGB (Red+Green+Blue) = 216+88+144=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D85890 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85890 is #27A76F. Grayscale: #848484. Windows color (decimal): -2598768 or 9459928. OLE color: 9459928.

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

Color convert

RGB 216 88 144 -
CMYK 0 0.59 0.33 0.15
HSL 333.75º 0.62% 0.6% -
HSV(B) 333.75º 0.59% 0.85% -
XYZ 36.84 23.59 29 -
YUV 132.66 134.41 187.45 -
System Red Green Blue C M Y K H S L
Decimal 216 88 144 0 0.59 0.33 0.15 333.75 0.62 0.6
Hex D8 58 90 0 3B 21 F 14E 3E 3C
Octal 330 130 220 0 73 41 17 516 76 74
Binary 11011000 1011000 10010000 0 111011 100001 1111 101001110 111110 111100

Color Harmonies of #D85890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85890

Black with #D85890

Text Example


Text Example

White with #D85890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85890; }

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

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

background-color css

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

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

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

border-color css

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

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

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