Html Css Color HEX #D85AA5 Hopbush

📋 copy color: '#D85AA5'

red 216 ◦ green 90 ◦ blue 165

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

Shades of Hopbush #D85AA5

Tints of Hopbush #D85AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.03%

R = 45.86%
G = 19.11%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D85AA5 (or 0xD85AA5) is known color: Hopbush. HEX triplet: D8, 5A and A5. RGB value is (216,90,165). Sum of RGB (Red+Green+Blue) = 216+90+165=471 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.86% from 471); Green value is 90 (35.55% from 255 or 19.11% from 471); Blue value is 165 (64.84% from 255 or 35.03% from 471); Max value from RGB is 216 - color contains mainly: red. Hex color #D85AA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D85AA5 is #27A55A. Grayscale: #888888. Windows color (decimal): -2598235 or 10836696. OLE color: 10836696.

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

Color convert

RGB 216 90 165 -
CMYK 0 0.58 0.24 0.15
HSL 324.29º 0.62% 0.6% -
HSV(B) 324.29º 0.58% 0.85% -
XYZ 38.77 24.63 38.31 -
YUV 136.22 144.24 184.9 -
System Red Green Blue C M Y K H S L
Decimal 216 90 165 0 0.58 0.24 0.15 324.29 0.62 0.6
Hex D8 5A A5 0 3A 18 F 144 3E 3C
Octal 330 132 245 0 72 30 17 504 76 74
Binary 11011000 1011010 10100101 0 111010 11000 1111 101000100 111110 111100

Color Harmonies of #D85AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D85AA5

Black with #D85AA5

Text Example


Text Example

White with #D85AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D85AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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