Html Css Color HEX #DD66AB Hopbush

📋 copy color: '#DD66AB'

red 221 ◦ green 102 ◦ blue 171

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

Shades of Hopbush #DD66AB

Tints of Hopbush #DD66AB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.65%

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

R = 44.74%
G = 20.65%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD66AB (or 0xDD66AB) is known color: Hopbush. HEX triplet: DD, 66 and AB. RGB value is (221,102,171). Sum of RGB (Red+Green+Blue) = 221+102+171=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD66AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD66AB is #229954. Grayscale: #919191. Windows color (decimal): -2267477 or 11232989. OLE color: 11232989.

HSL color Cylindrical-coordinate representation of color #DD66AB: hue angle of 325.21º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD66AB is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 102 171 -
CMYK 0 0.54 0.23 0.13
HSL 325.21º 0.64% 0.63% -
HSV(B) 325.21º 0.54% 0.87% -
XYZ 41.92 27.82 41.69 -
YUV 145.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 221 102 171 0 0.54 0.23 0.13 325.21 0.64 0.63
Hex DD 66 AB 0 36 17 D 145 40 3F
Octal 335 146 253 0 66 27 15 505 100 77
Binary 11011101 1100110 10101011 0 110110 10111 1101 101000101 1000000 111111

Color Harmonies of #DD66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66AB

Black with #DD66AB

Text Example


Text Example

White with #DD66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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