Html Css Color HEX #D55A9E Hopbush

📋 copy color: '#D55A9E'

red 213 ◦ green 90 ◦ blue 158

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

Shades of Hopbush #D55A9E

Tints of Hopbush #D55A9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.27%

R = 46.2%
G = 19.52%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D55A9E (or 0xD55A9E) is known color: Hopbush. HEX triplet: D5, 5A and 9E. RGB value is (213,90,158). Sum of RGB (Red+Green+Blue) = 213+90+158=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 158 (62.11% from 255 or 34.27% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55A9E is #2AA561. Grayscale: #868686. Windows color (decimal): -2794850 or 10377941. OLE color: 10377941.

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

Color convert

RGB 213 90 158 -
CMYK 0 0.58 0.26 0.16
HSL 326.83º 0.59% 0.59% -
HSV(B) 326.83º 0.58% 0.84% -
XYZ 37.27 23.93 35 -
YUV 134.53 141.25 183.97 -
System Red Green Blue C M Y K H S L
Decimal 213 90 158 0 0.58 0.26 0.16 326.83 0.59 0.59
Hex D5 5A 9E 0 3A 1A 10 147 3B 3B
Octal 325 132 236 0 72 32 20 507 73 73
Binary 11010101 1011010 10011110 0 111010 11010 10000 101000111 111011 111011

Color Harmonies of #D55A9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A9E

Black with #D55A9E

Text Example


Text Example

White with #D55A9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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