Html Css Color HEX #DC63A5 Hopbush

📋 copy color: '#DC63A5'

red 220 ◦ green 99 ◦ blue 165

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

Shades of Hopbush #DC63A5

Tints of Hopbush #DC63A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.09%

R = 45.45%
G = 20.45%
B = 34.09%

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

#DC63A5 (or 0xDC63A5) is known color: Hopbush. HEX triplet: DC, 63 and A5. RGB value is (220,99,165). Sum of RGB (Red+Green+Blue) = 220+99+165=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A5 is #239C5A. Grayscale: #8E8E8E. Windows color (decimal): -2333787 or 10839004. OLE color: 10839004.

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

Color convert

RGB 220 99 165 -
CMYK 0 0.55 0.25 0.14
HSL 327.27º 0.63% 0.63% -
HSV(B) 327.27º 0.55% 0.86% -
XYZ 40.77 26.86 38.63 -
YUV 142.7 140.59 183.13 -
System Red Green Blue C M Y K H S L
Decimal 220 99 165 0 0.55 0.25 0.14 327.27 0.63 0.63
Hex DC 63 A5 0 37 19 E 147 3F 3F
Octal 334 143 245 0 67 31 16 507 77 77
Binary 11011100 1100011 10100101 0 110111 11001 1110 101000111 111111 111111

Color Harmonies of #DC63A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63A5

Black with #DC63A5

Text Example


Text Example

White with #DC63A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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