Html Css Color HEX #DD599D Hopbush

📋 copy color: '#DD599D'

red 221 ◦ green 89 ◦ blue 157

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

Shades of Hopbush #DD599D

Tints of Hopbush #DD599D

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.06%

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

R = 47.32%
G = 19.06%
B = 33.62%

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

#DD599D (or 0xDD599D) is known color: Hopbush. HEX triplet: DD, 59 and 9D. RGB value is (221,89,157). Sum of RGB (Red+Green+Blue) = 221+89+157=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 157 (61.72% from 255 or 33.62% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD599D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD599D is #22A662. Grayscale: #888888. Windows color (decimal): -2270819 or 10312157. OLE color: 10312157.

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

Color convert

RGB 221 89 157 -
CMYK 0 0.60 0.29 0.13
HSL 329.09º 0.66% 0.61% -
HSV(B) 329.09º 0.6% 0.87% -
XYZ 39.48 24.95 34.63 -
YUV 136.22 139.73 188.47 -
System Red Green Blue C M Y K H S L
Decimal 221 89 157 0 0.60 0.29 0.13 329.09 0.66 0.61
Hex DD 59 9D 0 3C 1D D 149 42 3D
Octal 335 131 235 0 74 35 15 511 102 75
Binary 11011101 1011001 10011101 0 111100 11101 1101 101001001 1000010 111101

Color Harmonies of #DD599D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD599D

Black with #DD599D

Text Example


Text Example

White with #DD599D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD599D; }

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

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

background-color css

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

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

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

border-color css

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

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

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