Html Css Color HEX #D55EA6 Hopbush

📋 copy color: '#D55EA6'

red 213 ◦ green 94 ◦ blue 166

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

Shades of Hopbush #D55EA6

Tints of Hopbush #D55EA6

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.87%

 BLUE value IS 166 (65.23% from 255) = 35.1%

R = 45.03%
G = 19.87%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D55EA6 (or 0xD55EA6) is known color: Hopbush. HEX triplet: D5, 5E and A6. RGB value is (213,94,166). Sum of RGB (Red+Green+Blue) = 213+94+166=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D55EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55EA6 is #2AA159. Grayscale: #898989. Windows color (decimal): -2793818 or 10903253. OLE color: 10903253.

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

Color convert

RGB 213 94 166 -
CMYK 0 0.56 0.22 0.16
HSL 323.7º 0.59% 0.6% -
HSV(B) 323.7º 0.56% 0.84% -
XYZ 38.33 24.9 38.86 -
YUV 137.79 143.92 181.65 -
System Red Green Blue C M Y K H S L
Decimal 213 94 166 0 0.56 0.22 0.16 323.7 0.59 0.6
Hex D5 5E A6 0 38 16 10 144 3B 3C
Octal 325 136 246 0 70 26 20 504 73 74
Binary 11010101 1011110 10100110 0 111000 10110 10000 101000100 111011 111100

Color Harmonies of #D55EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55EA6

Black with #D55EA6

Text Example


Text Example

White with #D55EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55EA6; }

 p { color: rgb(213,94,166); }

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

background-color css

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

 a { background-color: rgb(213,94,166); }

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

border-color css

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

 span { border-color: rgb(213,94,166); }

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