Html Css Color HEX #D85994 Hopbush

📋 copy color: '#D85994'

red 216 ◦ green 89 ◦ blue 148

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

Shades of Hopbush #D85994

Tints of Hopbush #D85994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.67%

R = 47.68%
G = 19.65%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D85994 (or 0xD85994) is known color: Hopbush. HEX triplet: D8, 59 and 94. RGB value is (216,89,148). Sum of RGB (Red+Green+Blue) = 216+89+148=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 148 (58.20% from 255 or 32.67% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D85994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85994 is #27A66B. Grayscale: #858585. Windows color (decimal): -2598508 or 9722328. OLE color: 9722328.

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

Color convert

RGB 216 89 148 -
CMYK 0 0.59 0.31 0.15
HSL 332.13º 0.62% 0.6% -
HSV(B) 332.13º 0.59% 0.85% -
XYZ 37.24 23.88 30.66 -
YUV 133.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 216 89 148 0 0.59 0.31 0.15 332.13 0.62 0.6
Hex D8 59 94 0 3B 1F F 14C 3E 3C
Octal 330 131 224 0 73 37 17 514 76 74
Binary 11011000 1011001 10010100 0 111011 11111 1111 101001100 111110 111100

Color Harmonies of #D85994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85994

Black with #D85994

Text Example


Text Example

White with #D85994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85994; }

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

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

background-color css

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

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

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

border-color css

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

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

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