#DC63A4

Color #DC63A4 Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #DC63A4

Tints of Hopbush #DC63A4

Color information

#DC63A4 (or 0xDC63A4) is unknown color: approx Hopbush. HEX triplet: DC, 63 and A4. RGB value is (220,99,164). Sum of RGB (Red+Green+Blue) = 220+99+164=483 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.55% from 483); Green value is 99 (39.06% from 255 or 20.50% from 483); Blue value is 164 (64.45% from 255 or 33.95% from 483); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A4 is #239C5B. Grayscale: #8E8E8E. Windows color (decimal): -2333788 or 10773468. OLE color: 10773468.

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

Color convert

RGB22099164-
CMYK00.550.250.14
HSL327.77º63.35%62.55%-
HSV(B)327.77º55%86.27%-
XYZ40.6826.8238.15-
YUV142.59140.09183.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.55%
GREEN value IS 99 (39.06% from 255) = 20.50%
BLUE value IS 164 (64.45% from 255) = 33.95%
R=45.55%
G=20.50%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209916400.550.250.14327.7763.3562.55
HexDC63A403719E1483f3f
Octal33414324406731165107777
Binary110111001100011101001000110111110011110101001000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC63A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC63A4; }

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

 H1.HeaderClassName
 {
   color: #DC63A4;
 }
 .AnyTagClassName
 {
   color: #DC63A4;
 }
</style>
background-color css

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

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

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

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

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

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