Html Css Color HEX #D55AA9 Hopbush

📋 copy color: '#D55AA9'

red 213 ◦ green 90 ◦ blue 169

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

Shades of Hopbush #D55AA9

Tints of Hopbush #D55AA9

RGB

 RED value IS 213 (83.59% from 255) = 45.13%

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

 BLUE value IS 169 (66.41% from 255) = 35.81%

R = 45.13%
G = 19.07%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D55AA9 (or 0xD55AA9) is known color: Hopbush. HEX triplet: D5, 5A and A9. RGB value is (213,90,169). Sum of RGB (Red+Green+Blue) = 213+90+169=472 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.13% from 472); Green value is 90 (35.55% from 255 or 19.07% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 213 - color contains mainly: red. Hex color #D55AA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55AA9 is #2AA556. Grayscale: #878787. Windows color (decimal): -2794839 or 11098837. OLE color: 11098837.

HSL color Cylindrical-coordinate representation of color #D55AA9: hue angle of 321.46º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55AA9 is Cyan = 0, Magento = 0.58, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 169 -
CMYK 0 0.58 0.21 0.16
HSL 321.46º 0.59% 0.59% -
HSV(B) 321.46º 0.58% 0.84% -
XYZ 38.26 24.32 40.21 -
YUV 135.78 146.75 183.08 -
System Red Green Blue C M Y K H S L
Decimal 213 90 169 0 0.58 0.21 0.16 321.46 0.59 0.59
Hex D5 5A A9 0 3A 15 10 141 3B 3B
Octal 325 132 251 0 72 25 20 501 73 73
Binary 11010101 1011010 10101001 0 111010 10101 10000 101000001 111011 111011

Color Harmonies of #D55AA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55AA9

Black with #D55AA9

Text Example


Text Example

White with #D55AA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55AA9; }

 p { color: rgb(213,90,169); }

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

background-color css

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

 a { background-color: rgb(213,90,169); }

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

border-color css

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

 span { border-color: rgb(213,90,169); }

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