Html Css Color HEX #DD61A6 Hopbush

📋 copy color: '#DD61A6'

red 221 ◦ green 97 ◦ blue 166

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

Shades of Hopbush #DD61A6

Tints of Hopbush #DD61A6

RGB

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

 GREEN value IS 97 (38.28% from 255) = 20.04%

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

R = 45.66%
G = 20.04%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.25

 K value IS 0.13

RGB Variations

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

Color information

#DD61A6 (or 0xDD61A6) is known color: Hopbush. HEX triplet: DD, 61 and A6. RGB value is (221,97,166). Sum of RGB (Red+Green+Blue) = 221+97+166=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 166 (65.23% from 255 or 34.30% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61A6 is #229E59. Grayscale: #8D8D8D. Windows color (decimal): -2268762 or 10904029. OLE color: 10904029.

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

Color convert

RGB 221 97 166 -
CMYK 0 0.56 0.25 0.13
HSL 326.61º 0.65% 0.62% -
HSV(B) 326.61º 0.56% 0.87% -
XYZ 40.98 26.67 39.07 -
YUV 141.94 141.58 184.39 -
System Red Green Blue C M Y K H S L
Decimal 221 97 166 0 0.56 0.25 0.13 326.61 0.65 0.62
Hex DD 61 A6 0 38 19 D 147 41 3E
Octal 335 141 246 0 70 31 15 507 101 76
Binary 11011101 1100001 10100110 0 111000 11001 1101 101000111 1000001 111110

Color Harmonies of #DD61A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61A6

Black with #DD61A6

Text Example


Text Example

White with #DD61A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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