#DD5EA1

Color #DD5EA1 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DD5EA1

Tints of Hopbush #DD5EA1

Color information

#DD5EA1 (or 0xDD5EA1) is unknown color: approx Hopbush. HEX triplet: DD, 5E and A1. RGB value is (221,94,161). Sum of RGB (Red+Green+Blue) = 221+94+161=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 94 (37.11% from 255 or 19.75% from 476); Blue value is 161 (63.28% from 255 or 33.82% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EA1 is #22A15E. Grayscale: #8B8B8B. Windows color (decimal): -2269535 or 10575581. OLE color: 10575581.

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

Color convert

RGB22194161-
CMYK00.570.270.13
HSL328.35º65.13%61.76%-
HSV(B)328.35º57.47%86.67%-
XYZ40.2525.9536.61-
YUV139.61140.08186.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 94 (37.11% from 255) = 19.75%
BLUE value IS 161 (63.28% from 255) = 33.82%
R=46.43%
G=19.75%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219416100.570.270.13328.3565.1361.76
HexDD5EA10391BD148413e
Octal335136241071331551010176
Binary1101110110111101010000101110011101111011010010001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5EA1; }

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

 H1.HeaderClassName
 {
   color: #DD5EA1;
 }
 .AnyTagClassName
 {
   color: #DD5EA1;
 }
</style>
background-color css

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

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

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

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

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

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