Html Css Color HEX #DD5DA0 Hopbush

📋 copy color: '#DD5DA0'

red 221 ◦ green 93 ◦ blue 160

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

Shades of Hopbush #DD5DA0

Tints of Hopbush #DD5DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.62%

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 46.62%
G = 19.62%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD5DA0 (or 0xDD5DA0) is known color: Hopbush. HEX triplet: DD, 5D and A0. RGB value is (221,93,160). Sum of RGB (Red+Green+Blue) = 221+93+160=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DA0 is #22A25F. Grayscale: #8A8A8A. Windows color (decimal): -2269792 or 10509789. OLE color: 10509789.

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

Color convert

RGB 221 93 160 -
CMYK 0 0.58 0.28 0.13
HSL 328.59º 0.65% 0.62% -
HSV(B) 328.59º 0.58% 0.87% -
XYZ 40.08 25.74 36.11 -
YUV 138.91 139.91 186.55 -
System Red Green Blue C M Y K H S L
Decimal 221 93 160 0 0.58 0.28 0.13 328.59 0.65 0.62
Hex DD 5D A0 0 3A 1C D 149 41 3E
Octal 335 135 240 0 72 34 15 511 101 76
Binary 11011101 1011101 10100000 0 111010 11100 1101 101001001 1000001 111110

Color Harmonies of #DD5DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DA0

Black with #DD5DA0

Text Example


Text Example

White with #DD5DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DA0; }

 p { color: rgb(221,93,160); }

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

background-color css

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

 a { background-color: rgb(221,93,160); }

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

border-color css

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

 span { border-color: rgb(221,93,160); }

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