Html Css Color HEX #DD5799 Hopbush

📋 copy color: '#DD5799'

red 221 ◦ green 87 ◦ blue 153

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

Shades of Hopbush #DD5799

Tints of Hopbush #DD5799

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.87%

 BLUE value IS 153 (60.16% from 255) = 33.19%

R = 47.94%
G = 18.87%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD5799 (or 0xDD5799) is known color: Hopbush. HEX triplet: DD, 57 and 99. RGB value is (221,87,153). Sum of RGB (Red+Green+Blue) = 221+87+153=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5799 is #22A866. Grayscale: #868686. Windows color (decimal): -2271335 or 10049501. OLE color: 10049501.

HSL color Cylindrical-coordinate representation of color #DD5799: hue angle of 330.45º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5799 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 87 153 -
CMYK 0 0.61 0.31 0.13
HSL 330.45º 0.66% 0.6% -
HSV(B) 330.45º 0.61% 0.87% -
XYZ 38.98 24.49 32.81 -
YUV 134.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 221 87 153 0 0.61 0.31 0.13 330.45 0.66 0.6
Hex DD 57 99 0 3D 1F D 14A 42 3C
Octal 335 127 231 0 75 37 15 512 102 74
Binary 11011101 1010111 10011001 0 111101 11111 1101 101001010 1000010 111100

Color Harmonies of #DD5799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5799

Black with #DD5799

Text Example


Text Example

White with #DD5799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5799; }

 p { color: rgb(221,87,153); }

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

background-color css

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

 a { background-color: rgb(221,87,153); }

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

border-color css

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

 span { border-color: rgb(221,87,153); }

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