Html Css Color HEX #DD5DAB Hopbush

📋 copy color: '#DD5DAB'

red 221 ◦ green 93 ◦ blue 171

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

Shades of Hopbush #DD5DAB

Tints of Hopbush #DD5DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.26%

R = 45.57%
G = 19.18%
B = 35.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD5DAB (or 0xDD5DAB) is known color: Hopbush. HEX triplet: DD, 5D and AB. RGB value is (221,93,171). Sum of RGB (Red+Green+Blue) = 221+93+171=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DAB is #22A254. Grayscale: #8B8B8B. Windows color (decimal): -2269781 or 11230685. OLE color: 11230685.

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

Color convert

RGB 221 93 171 -
CMYK 0 0.58 0.23 0.13
HSL 323.44º 0.65% 0.62% -
HSV(B) 323.44º 0.58% 0.87% -
XYZ 41.08 26.14 41.41 -
YUV 140.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 221 93 171 0 0.58 0.23 0.13 323.44 0.65 0.62
Hex DD 5D AB 0 3A 17 D 143 41 3E
Octal 335 135 253 0 72 27 15 503 101 76
Binary 11011101 1011101 10101011 0 111010 10111 1101 101000011 1000001 111110

Color Harmonies of #DD5DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5DAB

Black with #DD5DAB

Text Example


Text Example

White with #DD5DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5DAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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