Html Css Color HEX #D55B90 Hopbush

📋 copy color: '#D55B90'

red 213 ◦ green 91 ◦ blue 144

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

Shades of Hopbush #D55B90

Tints of Hopbush #D55B90

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.31%

 BLUE value IS 144 (56.64% from 255) = 32.14%

R = 47.54%
G = 20.31%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D55B90 (or 0xD55B90) is known color: Hopbush. HEX triplet: D5, 5B and 90. RGB value is (213,91,144). Sum of RGB (Red+Green+Blue) = 213+91+144=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 91 (35.94% from 255 or 20.31% from 448); Blue value is 144 (56.64% from 255 or 32.14% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B90 is #2AA46F. Grayscale: #858585. Windows color (decimal): -2794608 or 9460693. OLE color: 9460693.

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

Color convert

RGB 213 91 144 -
CMYK 0 0.57 0.32 0.16
HSL 333.93º 0.59% 0.6% -
HSV(B) 333.93º 0.57% 0.84% -
XYZ 36.22 23.64 29.04 -
YUV 133.52 133.92 184.69 -
System Red Green Blue C M Y K H S L
Decimal 213 91 144 0 0.57 0.32 0.16 333.93 0.59 0.6
Hex D5 5B 90 0 39 20 10 14E 3B 3C
Octal 325 133 220 0 71 40 20 516 73 74
Binary 11010101 1011011 10010000 0 111001 100000 10000 101001110 111011 111100

Color Harmonies of #D55B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55B90

Black with #D55B90

Text Example


Text Example

White with #D55B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55B90; }

 p { color: rgb(213,91,144); }

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

background-color css

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

 a { background-color: rgb(213,91,144); }

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

border-color css

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

 span { border-color: rgb(213,91,144); }

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