Html Css Color HEX #D55F99 Hopbush

📋 copy color: '#D55F99'

red 213 ◦ green 95 ◦ blue 153

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

Shades of Hopbush #D55F99

Tints of Hopbush #D55F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 46.2%
G = 20.61%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D55F99 (or 0xD55F99) is known color: Hopbush. HEX triplet: D5, 5F and 99. RGB value is (213,95,153). Sum of RGB (Red+Green+Blue) = 213+95+153=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F99 is #2AA066. Grayscale: #888888. Windows color (decimal): -2793575 or 10051541. OLE color: 10051541.

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

Color convert

RGB 213 95 153 -
CMYK 0 0.55 0.28 0.16
HSL 330.51º 0.58% 0.6% -
HSV(B) 330.51º 0.55% 0.84% -
XYZ 37.28 24.63 32.93 -
YUV 136.89 137.09 182.28 -
System Red Green Blue C M Y K H S L
Decimal 213 95 153 0 0.55 0.28 0.16 330.51 0.58 0.6
Hex D5 5F 99 0 37 1C 10 14B 3A 3C
Octal 325 137 231 0 67 34 20 513 72 74
Binary 11010101 1011111 10011001 0 110111 11100 10000 101001011 111010 111100

Color Harmonies of #D55F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F99

Black with #D55F99

Text Example


Text Example

White with #D55F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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