Html Css Color HEX #DD589D Hopbush

📋 copy color: '#DD589D'

red 221 ◦ green 88 ◦ blue 157

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

Shades of Hopbush #DD589D

Tints of Hopbush #DD589D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.69%

R = 47.42%
G = 18.88%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD589D (or 0xDD589D) is known color: Hopbush. HEX triplet: DD, 58 and 9D. RGB value is (221,88,157). Sum of RGB (Red+Green+Blue) = 221+88+157=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 88 (34.77% from 255 or 18.88% from 466); Blue value is 157 (61.72% from 255 or 33.69% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD589D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD589D is #22A762. Grayscale: #878787. Windows color (decimal): -2271075 or 10311901. OLE color: 10311901.

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

Color convert

RGB 221 88 157 -
CMYK 0 0.60 0.29 0.13
HSL 328.87º 0.66% 0.61% -
HSV(B) 328.87º 0.6% 0.87% -
XYZ 39.39 24.79 34.61 -
YUV 135.63 140.06 188.89 -
System Red Green Blue C M Y K H S L
Decimal 221 88 157 0 0.60 0.29 0.13 328.87 0.66 0.61
Hex DD 58 9D 0 3C 1D D 149 42 3D
Octal 335 130 235 0 74 35 15 511 102 75
Binary 11011101 1011000 10011101 0 111100 11101 1101 101001001 1000010 111101

Color Harmonies of #DD589D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD589D

Black with #DD589D

Text Example


Text Example

White with #DD589D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD589D; }

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

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

background-color css

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

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

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

border-color css

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

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

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