Html Css Color HEX #DD5AA6 Hopbush

📋 copy color: '#DD5AA6'

red 221 ◦ green 90 ◦ blue 166

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

Shades of Hopbush #DD5AA6

Tints of Hopbush #DD5AA6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 18.87%

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 46.33%
G = 18.87%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD5AA6 (or 0xDD5AA6) is known color: Hopbush. HEX triplet: DD, 5A and A6. RGB value is (221,90,166). Sum of RGB (Red+Green+Blue) = 221+90+166=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 90 (35.55% from 255 or 18.87% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5AA6 is #22A559. Grayscale: #898989. Windows color (decimal): -2270554 or 10902237. OLE color: 10902237.

HSL color Cylindrical-coordinate representation of color #DD5AA6: hue angle of 325.19º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DD5AA6 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 90 166 -
CMYK 0 0.59 0.25 0.13
HSL 325.19º 0.66% 0.61% -
HSV(B) 325.19º 0.59% 0.87% -
XYZ 40.36 25.44 38.86 -
YUV 137.83 143.9 187.32 -
System Red Green Blue C M Y K H S L
Decimal 221 90 166 0 0.59 0.25 0.13 325.19 0.66 0.61
Hex DD 5A A6 0 3B 19 D 145 42 3D
Octal 335 132 246 0 73 31 15 505 102 75
Binary 11011101 1011010 10100110 0 111011 11001 1101 101000101 1000010 111101

Color Harmonies of #DD5AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5AA6

Black with #DD5AA6

Text Example


Text Example

White with #DD5AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5AA6; }

 p { color: rgb(221,90,166); }

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

background-color css

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

 a { background-color: rgb(221,90,166); }

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

border-color css

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

 span { border-color: rgb(221,90,166); }

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