Html Css Color HEX #DD5EA4 Hopbush

📋 copy color: '#DD5EA4'

red 221 ◦ green 94 ◦ blue 164

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

Shades of Hopbush #DD5EA4

Tints of Hopbush #DD5EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.62%

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

R = 46.14%
G = 19.62%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#DD5EA4 (or 0xDD5EA4) is known color: Hopbush. HEX triplet: DD, 5E and A4. RGB value is (221,94,164). Sum of RGB (Red+Green+Blue) = 221+94+164=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 164 (64.45% from 255 or 34.24% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EA4 is #22A15B. Grayscale: #8B8B8B. Windows color (decimal): -2269532 or 10772189. OLE color: 10772189.

HSL color Cylindrical-coordinate representation of color #DD5EA4: hue angle of 326.93º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5EA4 is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 94 164 -
CMYK 0 0.57 0.26 0.13
HSL 326.93º 0.65% 0.62% -
HSV(B) 326.93º 0.57% 0.87% -
XYZ 40.52 26.06 38.02 -
YUV 139.95 141.58 185.81 -
System Red Green Blue C M Y K H S L
Decimal 221 94 164 0 0.57 0.26 0.13 326.93 0.65 0.62
Hex DD 5E A4 0 39 1A D 147 41 3E
Octal 335 136 244 0 71 32 15 507 101 76
Binary 11011101 1011110 10100100 0 111001 11010 1101 101000111 1000001 111110

Color Harmonies of #DD5EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EA4

Black with #DD5EA4

Text Example


Text Example

White with #DD5EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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