Html Css Color HEX #DD5EA5 Hopbush

📋 copy color: '#DD5EA5'

red 221 ◦ green 94 ◦ blue 165

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

Shades of Hopbush #DD5EA5

Tints of Hopbush #DD5EA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.38%

R = 46.04%
G = 19.58%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD5EA5 (or 0xDD5EA5) is known color: Hopbush. HEX triplet: DD, 5E and A5. RGB value is (221,94,165). Sum of RGB (Red+Green+Blue) = 221+94+165=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 165 (64.84% from 255 or 34.38% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EA5 is #22A15A. Grayscale: #8B8B8B. Windows color (decimal): -2269531 or 10837725. OLE color: 10837725.

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

Color convert

RGB 221 94 165 -
CMYK 0 0.57 0.25 0.13
HSL 326.46º 0.65% 0.62% -
HSV(B) 326.46º 0.57% 0.87% -
XYZ 40.61 26.09 38.49 -
YUV 140.07 142.08 185.73 -
System Red Green Blue C M Y K H S L
Decimal 221 94 165 0 0.57 0.25 0.13 326.46 0.65 0.62
Hex DD 5E A5 0 39 19 D 146 41 3E
Octal 335 136 245 0 71 31 15 506 101 76
Binary 11011101 1011110 10100101 0 111001 11001 1101 101000110 1000001 111110

Color Harmonies of #DD5EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5EA5

Black with #DD5EA5

Text Example


Text Example

White with #DD5EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5EA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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