Html Css Color HEX #DD61AB Hopbush

📋 copy color: '#DD61AB'

red 221 ◦ green 97 ◦ blue 171

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

Shades of Hopbush #DD61AB

Tints of Hopbush #DD61AB

RGB

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

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

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

R = 45.19%
G = 19.84%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD61AB (or 0xDD61AB) is known color: Hopbush. HEX triplet: DD, 61 and AB. RGB value is (221,97,171). Sum of RGB (Red+Green+Blue) = 221+97+171=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 97 (38.28% from 255 or 19.84% from 489); Blue value is 171 (67.19% from 255 or 34.97% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DD61AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD61AB is #229E54. Grayscale: #8E8E8E. Windows color (decimal): -2268757 or 11231709. OLE color: 11231709.

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

Color convert

RGB 221 97 171 -
CMYK 0 0.56 0.23 0.13
HSL 324.19º 0.65% 0.62% -
HSV(B) 324.19º 0.56% 0.87% -
XYZ 41.44 26.86 41.53 -
YUV 142.51 144.08 183.98 -
System Red Green Blue C M Y K H S L
Decimal 221 97 171 0 0.56 0.23 0.13 324.19 0.65 0.62
Hex DD 61 AB 0 38 17 D 144 41 3E
Octal 335 141 253 0 70 27 15 504 101 76
Binary 11011101 1100001 10101011 0 111000 10111 1101 101000100 1000001 111110

Color Harmonies of #DD61AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD61AB

Black with #DD61AB

Text Example


Text Example

White with #DD61AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD61AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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