Html Css Color HEX #D85993 Hopbush

📋 copy color: '#D85993'

red 216 ◦ green 89 ◦ blue 147

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

Shades of Hopbush #D85993

Tints of Hopbush #D85993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.52%

R = 47.79%
G = 19.69%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D85993 (or 0xD85993) is known color: Hopbush. HEX triplet: D8, 59 and 93. RGB value is (216,89,147). Sum of RGB (Red+Green+Blue) = 216+89+147=452 (59% of max value = 765). Red value is 216 (84.77% from 255 or 47.79% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 216 - color contains mainly: red. Hex color #D85993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85993 is #27A66C. Grayscale: #858585. Windows color (decimal): -2598509 or 9656792. OLE color: 9656792.

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

Color convert

RGB 216 89 147 -
CMYK 0 0.59 0.32 0.15
HSL 332.6º 0.62% 0.6% -
HSV(B) 332.6º 0.59% 0.85% -
XYZ 37.16 23.85 30.25 -
YUV 133.59 135.58 186.78 -
System Red Green Blue C M Y K H S L
Decimal 216 89 147 0 0.59 0.32 0.15 332.6 0.62 0.6
Hex D8 59 93 0 3B 20 F 14D 3E 3C
Octal 330 131 223 0 73 40 17 515 76 74
Binary 11011000 1011001 10010011 0 111011 100000 1111 101001101 111110 111100

Color Harmonies of #D85993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85993

Black with #D85993

Text Example


Text Example

White with #D85993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85993; }

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

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

background-color css

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

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

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

border-color css

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

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

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