Html Css Color HEX #DD59A4 Hopbush

📋 copy color: '#DD59A4'

red 221 ◦ green 89 ◦ blue 164

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

Shades of Hopbush #DD59A4

Tints of Hopbush #DD59A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.6%

R = 46.62%
G = 18.78%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD59A4 (or 0xDD59A4) is known color: Hopbush. HEX triplet: DD, 59 and A4. RGB value is (221,89,164). Sum of RGB (Red+Green+Blue) = 221+89+164=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 89 (35.16% from 255 or 18.78% from 474); Blue value is 164 (64.45% from 255 or 34.60% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD59A4 is #22A65B. Grayscale: #888888. Windows color (decimal): -2270812 or 10770909. OLE color: 10770909.

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

Color convert

RGB 221 89 164 -
CMYK 0 0.60 0.26 0.13
HSL 325.91º 0.66% 0.61% -
HSV(B) 325.91º 0.6% 0.87% -
XYZ 40.09 25.2 37.87 -
YUV 137.02 143.23 187.9 -
System Red Green Blue C M Y K H S L
Decimal 221 89 164 0 0.60 0.26 0.13 325.91 0.66 0.61
Hex DD 59 A4 0 3C 1A D 146 42 3D
Octal 335 131 244 0 74 32 15 506 102 75
Binary 11011101 1011001 10100100 0 111100 11010 1101 101000110 1000010 111101

Color Harmonies of #DD59A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD59A4

Black with #DD59A4

Text Example


Text Example

White with #DD59A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD59A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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