Html Css Color HEX #DC63A3 Hopbush

📋 copy color: '#DC63A3'

red 220 ◦ green 99 ◦ blue 163

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

Shades of Hopbush #DC63A3

Tints of Hopbush #DC63A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33.82%

R = 45.64%
G = 20.54%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC63A3 (or 0xDC63A3) is known color: Hopbush. HEX triplet: DC, 63 and A3. RGB value is (220,99,163). Sum of RGB (Red+Green+Blue) = 220+99+163=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 163 (64.06% from 255 or 33.82% from 482); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A3 is #239C5C. Grayscale: #8E8E8E. Windows color (decimal): -2333789 or 10707932. OLE color: 10707932.

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

Color convert

RGB 220 99 163 -
CMYK 0 0.55 0.26 0.14
HSL 328.26º 0.63% 0.63% -
HSV(B) 328.26º 0.55% 0.86% -
XYZ 40.59 26.78 37.68 -
YUV 142.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 220 99 163 0 0.55 0.26 0.14 328.26 0.63 0.63
Hex DC 63 A3 0 37 1A E 148 3F 3F
Octal 334 143 243 0 67 32 16 510 77 77
Binary 11011100 1100011 10100011 0 110111 11010 1110 101001000 111111 111111

Color Harmonies of #DC63A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63A3

Black with #DC63A3

Text Example


Text Example

White with #DC63A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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