Html Css Color HEX #DC63A6 Hopbush

📋 copy color: '#DC63A6'

red 220 ◦ green 99 ◦ blue 166

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

Shades of Hopbush #DC63A6

Tints of Hopbush #DC63A6

RGB

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

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

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

R = 45.36%
G = 20.41%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC63A6 (or 0xDC63A6) is known color: Hopbush. HEX triplet: DC, 63 and A6. RGB value is (220,99,166). Sum of RGB (Red+Green+Blue) = 220+99+166=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 99 (39.06% from 255 or 20.41% from 485); Blue value is 166 (65.23% from 255 or 34.23% from 485); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A6 is #239C59. Grayscale: #8E8E8E. Windows color (decimal): -2333786 or 10904540. OLE color: 10904540.

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

Color convert

RGB 220 99 166 -
CMYK 0 0.55 0.25 0.14
HSL 326.78º 0.63% 0.63% -
HSV(B) 326.78º 0.55% 0.86% -
XYZ 40.86 26.89 39.11 -
YUV 142.82 141.09 183.05 -
System Red Green Blue C M Y K H S L
Decimal 220 99 166 0 0.55 0.25 0.14 326.78 0.63 0.63
Hex DC 63 A6 0 37 19 E 147 3F 3F
Octal 334 143 246 0 67 31 16 507 77 77
Binary 11011100 1100011 10100110 0 110111 11001 1110 101000111 111111 111111

Color Harmonies of #DC63A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63A6

Black with #DC63A6

Text Example


Text Example

White with #DC63A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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