Html Css Color HEX #D55D99 Hopbush

📋 copy color: '#D55D99'

red 213 ◦ green 93 ◦ blue 153

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

Shades of Hopbush #D55D99

Tints of Hopbush #D55D99

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.26%

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

R = 46.41%
G = 20.26%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D55D99 (or 0xD55D99) is known color: Hopbush. HEX triplet: D5, 5D and 99. RGB value is (213,93,153). Sum of RGB (Red+Green+Blue) = 213+93+153=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 153 (60.16% from 255 or 33.33% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D55D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55D99 is #2AA266. Grayscale: #878787. Windows color (decimal): -2794087 or 10051029. OLE color: 10051029.

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

Color convert

RGB 213 93 153 -
CMYK 0 0.56 0.28 0.16
HSL 330º 0.59% 0.6% -
HSV(B) 330º 0.56% 0.84% -
XYZ 37.1 24.27 32.87 -
YUV 135.72 137.76 183.12 -
System Red Green Blue C M Y K H S L
Decimal 213 93 153 0 0.56 0.28 0.16 330 0.59 0.6
Hex D5 5D 99 0 38 1C 10 14A 3B 3C
Octal 325 135 231 0 70 34 20 512 73 74
Binary 11010101 1011101 10011001 0 111000 11100 10000 101001010 111011 111100

Color Harmonies of #D55D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55D99

Black with #D55D99

Text Example


Text Example

White with #D55D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55D99; }

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

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

background-color css

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

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

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

border-color css

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

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

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