Html Css Color HEX #DC63AA Hopbush

📋 copy color: '#DC63AA'

red 220 ◦ green 99 ◦ blue 170

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

Shades of Hopbush #DC63AA

Tints of Hopbush #DC63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.25%

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

R = 44.99%
G = 20.25%
B = 34.76%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC63AA (or 0xDC63AA) is known color: Hopbush. HEX triplet: DC, 63 and AA. RGB value is (220,99,170). Sum of RGB (Red+Green+Blue) = 220+99+170=489 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.99% from 489); Green value is 99 (39.06% from 255 or 20.25% from 489); Blue value is 170 (66.80% from 255 or 34.76% from 489); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63AA is #239C55. Grayscale: #8F8F8F. Windows color (decimal): -2333782 or 11166684. OLE color: 11166684.

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

Color convert

RGB 220 99 170 -
CMYK 0 0.55 0.23 0.14
HSL 324.79º 0.63% 0.63% -
HSV(B) 324.79º 0.55% 0.86% -
XYZ 41.23 27.04 41.08 -
YUV 143.27 143.09 182.73 -
System Red Green Blue C M Y K H S L
Decimal 220 99 170 0 0.55 0.23 0.14 324.79 0.63 0.63
Hex DC 63 AA 0 37 17 E 145 3F 3F
Octal 334 143 252 0 67 27 16 505 77 77
Binary 11011100 1100011 10101010 0 110111 10111 1110 101000101 111111 111111

Color Harmonies of #DC63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63AA

Black with #DC63AA

Text Example


Text Example

White with #DC63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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