Html Css Color HEX #DD589F Hopbush

📋 copy color: '#DD589F'

red 221 ◦ green 88 ◦ blue 159

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

Shades of Hopbush #DD589F

Tints of Hopbush #DD589F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 33.97%

R = 47.22%
G = 18.8%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD589F (or 0xDD589F) is known color: Hopbush. HEX triplet: DD, 58 and 9F. RGB value is (221,88,159). Sum of RGB (Red+Green+Blue) = 221+88+159=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 88 (34.77% from 255 or 18.80% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD589F is #22A760. Grayscale: #878787. Windows color (decimal): -2271073 or 10442973. OLE color: 10442973.

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

Color convert

RGB 221 88 159 -
CMYK 0 0.60 0.28 0.13
HSL 327.97º 0.66% 0.61% -
HSV(B) 327.97º 0.6% 0.87% -
XYZ 39.57 24.85 35.51 -
YUV 135.86 141.06 188.73 -
System Red Green Blue C M Y K H S L
Decimal 221 88 159 0 0.60 0.28 0.13 327.97 0.66 0.61
Hex DD 58 9F 0 3C 1C D 148 42 3D
Octal 335 130 237 0 74 34 15 510 102 75
Binary 11011101 1011000 10011111 0 111100 11100 1101 101001000 1000010 111101

Color Harmonies of #DD589F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD589F

Black with #DD589F

Text Example


Text Example

White with #DD589F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD589F; }

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

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

background-color css

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

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

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

border-color css

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

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

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