Html Css Color HEX #DD5797 Hopbush

📋 copy color: '#DD5797'

red 221 ◦ green 87 ◦ blue 151

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

Shades of Hopbush #DD5797

Tints of Hopbush #DD5797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.9%

R = 48.15%
G = 18.95%
B = 32.9%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD5797 (or 0xDD5797) is known color: Hopbush. HEX triplet: DD, 57 and 97. RGB value is (221,87,151). Sum of RGB (Red+Green+Blue) = 221+87+151=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5797 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5797 is #22A868. Grayscale: #868686. Windows color (decimal): -2271337 or 9918429. OLE color: 9918429.

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

Color convert

RGB 221 87 151 -
CMYK 0 0.61 0.32 0.13
HSL 331.34º 0.66% 0.6% -
HSV(B) 331.34º 0.61% 0.87% -
XYZ 38.81 24.42 31.95 -
YUV 134.36 137.39 189.8 -
System Red Green Blue C M Y K H S L
Decimal 221 87 151 0 0.61 0.32 0.13 331.34 0.66 0.6
Hex DD 57 97 0 3D 20 D 14B 42 3C
Octal 335 127 227 0 75 40 15 513 102 74
Binary 11011101 1010111 10010111 0 111101 100000 1101 101001011 1000010 111100

Color Harmonies of #DD5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5797

Black with #DD5797

Text Example


Text Example

White with #DD5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5797; }

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

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

background-color css

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

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

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

border-color css

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

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

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