Html Css Color HEX #D85AA0 Hopbush

📋 copy color: '#D85AA0'

red 216 ◦ green 90 ◦ blue 160

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

Shades of Hopbush #D85AA0

Tints of Hopbush #D85AA0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.31%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 46.35%
G = 19.31%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D85AA0 (or 0xD85AA0) is known color: Hopbush. HEX triplet: D8, 5A and A0. RGB value is (216,90,160). Sum of RGB (Red+Green+Blue) = 216+90+160=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AA0 is #27A55F. Grayscale: #878787. Windows color (decimal): -2598240 or 10509016. OLE color: 10509016.

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

Color convert

RGB 216 90 160 -
CMYK 0 0.58 0.26 0.15
HSL 326.67º 0.62% 0.6% -
HSV(B) 326.67º 0.58% 0.85% -
XYZ 38.32 24.45 35.96 -
YUV 135.65 141.74 185.31 -
System Red Green Blue C M Y K H S L
Decimal 216 90 160 0 0.58 0.26 0.15 326.67 0.62 0.6
Hex D8 5A A0 0 3A 1A F 147 3E 3C
Octal 330 132 240 0 72 32 17 507 76 74
Binary 11011000 1011010 10100000 0 111010 11010 1111 101000111 111110 111100

Color Harmonies of #D85AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AA0

Black with #D85AA0

Text Example


Text Example

White with #D85AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AA0; }

 p { color: rgb(216,90,160); }

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

background-color css

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

 a { background-color: rgb(216,90,160); }

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

border-color css

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

 span { border-color: rgb(216,90,160); }

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