Html Css Color HEX #DC63A0 Pale Violet Red

📋 copy color: '#DC63A0'

red 220 ◦ green 99 ◦ blue 160

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

Shades of Pale Violet Red #DC63A0

Tints of Pale Violet Red #DC63A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.4%

R = 45.93%
G = 20.67%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC63A0 (or 0xDC63A0) is known color: Pale Violet Red. HEX triplet: DC, 63 and A0. RGB value is (220,99,160). Sum of RGB (Red+Green+Blue) = 220+99+160=479 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.93% from 479); Green value is 99 (39.06% from 255 or 20.67% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A0 is #239C5F. Grayscale: #8E8E8E. Windows color (decimal): -2333792 or 10511324. OLE color: 10511324.

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

Color convert

RGB 220 99 160 -
CMYK 0 0.55 0.27 0.14
HSL 329.75º 0.63% 0.63% -
HSV(B) 329.75º 0.55% 0.86% -
XYZ 40.32 26.68 36.28 -
YUV 142.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 220 99 160 0 0.55 0.27 0.14 329.75 0.63 0.63
Hex DC 63 A0 0 37 1B E 14A 3F 3F
Octal 334 143 240 0 67 33 16 512 77 77
Binary 11011100 1100011 10100000 0 110111 11011 1110 101001010 111111 111111

Color Harmonies of #DC63A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63A0

Black with #DC63A0

Text Example


Text Example

White with #DC63A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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