Html Css Color HEX #D55FA6 Hopbush

📋 copy color: '#D55FA6'

red 213 ◦ green 95 ◦ blue 166

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

Shades of Hopbush #D55FA6

Tints of Hopbush #D55FA6

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.04%

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

R = 44.94%
G = 20.04%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D55FA6 (or 0xD55FA6) is known color: Hopbush. HEX triplet: D5, 5F and A6. RGB value is (213,95,166). Sum of RGB (Red+Green+Blue) = 213+95+166=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 95 (37.5% from 255 or 20.04% from 474); Blue value is 166 (65.23% from 255 or 35.02% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D55FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55FA6 is #2AA059. Grayscale: #8A8A8A. Windows color (decimal): -2793562 or 10903509. OLE color: 10903509.

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

Color convert

RGB 213 95 166 -
CMYK 0 0.55 0.22 0.16
HSL 323.9º 0.58% 0.6% -
HSV(B) 323.9º 0.55% 0.84% -
XYZ 38.42 25.08 38.89 -
YUV 138.38 143.59 181.23 -
System Red Green Blue C M Y K H S L
Decimal 213 95 166 0 0.55 0.22 0.16 323.9 0.58 0.6
Hex D5 5F A6 0 37 16 10 144 3A 3C
Octal 325 137 246 0 67 26 20 504 72 74
Binary 11010101 1011111 10100110 0 110111 10110 10000 101000100 111010 111100

Color Harmonies of #D55FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55FA6

Black with #D55FA6

Text Example


Text Example

White with #D55FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55FA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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