Html Css Color HEX #DC63AC Hopbush

📋 copy color: '#DC63AC'

red 220 ◦ green 99 ◦ blue 172

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

Shades of Hopbush #DC63AC

Tints of Hopbush #DC63AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 35.03%

R = 44.81%
G = 20.16%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC63AC (or 0xDC63AC) is known color: Hopbush. HEX triplet: DC, 63 and AC. RGB value is (220,99,172). Sum of RGB (Red+Green+Blue) = 220+99+172=491 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.81% from 491); Green value is 99 (39.06% from 255 or 20.16% from 491); Blue value is 172 (67.58% from 255 or 35.03% from 491); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63AC is #239C53. Grayscale: #8F8F8F. Windows color (decimal): -2333780 or 11297756. OLE color: 11297756.

HSL color Cylindrical-coordinate representation of color #DC63AC: hue angle of 323.8º 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 #DC63AC is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 99 172 -
CMYK 0 0.55 0.22 0.14
HSL 323.8º 0.63% 0.63% -
HSV(B) 323.8º 0.55% 0.86% -
XYZ 41.42 27.12 42.08 -
YUV 143.5 144.09 182.56 -
System Red Green Blue C M Y K H S L
Decimal 220 99 172 0 0.55 0.22 0.14 323.8 0.63 0.63
Hex DC 63 AC 0 37 16 E 144 3F 3F
Octal 334 143 254 0 67 26 16 504 77 77
Binary 11011100 1100011 10101100 0 110111 10110 1110 101000100 111111 111111

Color Harmonies of #DC63AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63AC

Black with #DC63AC

Text Example


Text Example

White with #DC63AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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