Html Css Color HEX #DC61AA Hopbush

📋 copy color: '#DC61AA'

red 220 ◦ green 97 ◦ blue 170

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

Shades of Hopbush #DC61AA

Tints of Hopbush #DC61AA

RGB

 RED value IS 220 (86.33% from 255) = 45.17%

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

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 45.17%
G = 19.92%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC61AA (or 0xDC61AA) is known color: Hopbush. HEX triplet: DC, 61 and AA. RGB value is (220,97,170). Sum of RGB (Red+Green+Blue) = 220+97+170=487 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.17% from 487); Green value is 97 (38.28% from 255 or 19.92% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 220 - color contains mainly: red. Hex color #DC61AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC61AA is #239E55. Grayscale: #8D8D8D. Windows color (decimal): -2334294 or 11166172. OLE color: 11166172.

HSL color Cylindrical-coordinate representation of color #DC61AA: hue angle of 324.39º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC61AA is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 170 -
CMYK 0 0.56 0.23 0.14
HSL 324.39º 0.64% 0.62% -
HSV(B) 324.39º 0.56% 0.86% -
XYZ 41.05 26.67 41.01 -
YUV 142.1 143.75 183.56 -
System Red Green Blue C M Y K H S L
Decimal 220 97 170 0 0.56 0.23 0.14 324.39 0.64 0.62
Hex DC 61 AA 0 38 17 E 144 40 3E
Octal 334 141 252 0 70 27 16 504 100 76
Binary 11011100 1100001 10101010 0 111000 10111 1110 101000100 1000000 111110

Color Harmonies of #DC61AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61AA

Black with #DC61AA

Text Example


Text Example

White with #DC61AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61AA; }

 p { color: rgb(220,97,170); }

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

background-color css

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

 a { background-color: rgb(220,97,170); }

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

border-color css

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

 span { border-color: rgb(220,97,170); }

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