Html Css Color HEX #D55F89 Hopbush

📋 copy color: '#D55F89'

red 213 ◦ green 95 ◦ blue 137

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

Shades of Hopbush #D55F89

Tints of Hopbush #D55F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 30.79%

R = 47.87%
G = 21.35%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D55F89 (or 0xD55F89) is known color: Hopbush. HEX triplet: D5, 5F and 89. RGB value is (213,95,137). Sum of RGB (Red+Green+Blue) = 213+95+137=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 137 (53.91% from 255 or 30.79% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F89 is #2AA076. Grayscale: #878787. Windows color (decimal): -2793591 or 9002965. OLE color: 9002965.

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

Color convert

RGB 213 95 137 -
CMYK 0 0.55 0.36 0.16
HSL 338.64º 0.58% 0.6% -
HSV(B) 338.64º 0.55% 0.84% -
XYZ 36.05 24.14 26.43 -
YUV 135.07 129.09 183.58 -
System Red Green Blue C M Y K H S L
Decimal 213 95 137 0 0.55 0.36 0.16 338.64 0.58 0.6
Hex D5 5F 89 0 37 24 10 153 3A 3C
Octal 325 137 211 0 67 44 20 523 72 74
Binary 11010101 1011111 10001001 0 110111 100100 10000 101010011 111010 111100

Color Harmonies of #D55F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F89

Black with #D55F89

Text Example


Text Example

White with #D55F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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