Html Css Color HEX #DD599C Hopbush

📋 copy color: '#DD599C'

red 221 ◦ green 89 ◦ blue 156

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

Shades of Hopbush #DD599C

Tints of Hopbush #DD599C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.48%

R = 47.42%
G = 19.1%
B = 33.48%

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

#DD599C (or 0xDD599C) is known color: Hopbush. HEX triplet: DD, 59 and 9C. RGB value is (221,89,156). Sum of RGB (Red+Green+Blue) = 221+89+156=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 89 (35.16% from 255 or 19.10% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD599C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD599C is #22A663. Grayscale: #878787. Windows color (decimal): -2270820 or 10246621. OLE color: 10246621.

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

Color convert

RGB 221 89 156 -
CMYK 0 0.60 0.29 0.13
HSL 329.55º 0.66% 0.61% -
HSV(B) 329.55º 0.6% 0.87% -
XYZ 39.39 24.92 34.19 -
YUV 136.11 139.23 188.55 -
System Red Green Blue C M Y K H S L
Decimal 221 89 156 0 0.60 0.29 0.13 329.55 0.66 0.61
Hex DD 59 9C 0 3C 1D D 14A 42 3D
Octal 335 131 234 0 74 35 15 512 102 75
Binary 11011101 1011001 10011100 0 111100 11101 1101 101001010 1000010 111101

Color Harmonies of #DD599C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD599C

Black with #DD599C

Text Example


Text Example

White with #DD599C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD599C; }

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

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

background-color css

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

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

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

border-color css

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

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

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