Html Css Color HEX #DD599F Hopbush

📋 copy color: '#DD599F'

red 221 ◦ green 89 ◦ blue 159

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

Shades of Hopbush #DD599F

Tints of Hopbush #DD599F

RGB

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

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

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

R = 47.12%
G = 18.98%
B = 33.9%

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

#DD599F (or 0xDD599F) is known color: Hopbush. HEX triplet: DD, 59 and 9F. RGB value is (221,89,159). Sum of RGB (Red+Green+Blue) = 221+89+159=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 89 (35.16% from 255 or 18.98% from 469); Blue value is 159 (62.5% from 255 or 33.90% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD599F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD599F is #22A660. Grayscale: #888888. Windows color (decimal): -2270817 or 10443229. OLE color: 10443229.

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

Color convert

RGB 221 89 159 -
CMYK 0 0.60 0.28 0.13
HSL 328.18º 0.66% 0.61% -
HSV(B) 328.18º 0.6% 0.87% -
XYZ 39.65 25.02 35.54 -
YUV 136.45 140.73 188.31 -
System Red Green Blue C M Y K H S L
Decimal 221 89 159 0 0.60 0.28 0.13 328.18 0.66 0.61
Hex DD 59 9F 0 3C 1C D 148 42 3D
Octal 335 131 237 0 74 34 15 510 102 75
Binary 11011101 1011001 10011111 0 111100 11100 1101 101001000 1000010 111101

Color Harmonies of #DD599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD599F

Black with #DD599F

Text Example


Text Example

White with #DD599F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD599F; }

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

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

background-color css

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

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

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

border-color css

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

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

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