Html Css Color HEX #DD5899 Hopbush

📋 copy color: '#DD5899'

red 221 ◦ green 88 ◦ blue 153

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

Shades of Hopbush #DD5899

Tints of Hopbush #DD5899

RGB

 RED value IS 221 (86.72% from 255) = 47.84%

 GREEN value IS 88 (34.77% from 255) = 19.05%

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

R = 47.84%
G = 19.05%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5899 (or 0xDD5899) is known color: Hopbush. HEX triplet: DD, 58 and 99. RGB value is (221,88,153). Sum of RGB (Red+Green+Blue) = 221+88+153=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 88 (34.77% from 255 or 19.05% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5899 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5899 is #22A766. Grayscale: #878787. Windows color (decimal): -2271079 or 10049757. OLE color: 10049757.

HSL color Cylindrical-coordinate representation of color #DD5899: hue angle of 330.68º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5899 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 88 153 -
CMYK 0 0.60 0.31 0.13
HSL 330.68º 0.66% 0.61% -
HSV(B) 330.68º 0.6% 0.87% -
XYZ 39.06 24.65 32.84 -
YUV 135.18 138.06 189.21 -
System Red Green Blue C M Y K H S L
Decimal 221 88 153 0 0.60 0.31 0.13 330.68 0.66 0.61
Hex DD 58 99 0 3C 1F D 14B 42 3D
Octal 335 130 231 0 74 37 15 513 102 75
Binary 11011101 1011000 10011001 0 111100 11111 1101 101001011 1000010 111101

Color Harmonies of #DD5899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5899

Black with #DD5899

Text Example


Text Example

White with #DD5899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5899; }

 p { color: rgb(221,88,153); }

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

background-color css

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

 a { background-color: rgb(221,88,153); }

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

border-color css

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

 span { border-color: rgb(221,88,153); }

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