Html Css Color HEX #DC63A1 Pale Violet Red

📋 copy color: '#DC63A1'

red 220 ◦ green 99 ◦ blue 161

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

Shades of Pale Violet Red #DC63A1

Tints of Pale Violet Red #DC63A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 33.54%

R = 45.83%
G = 20.63%
B = 33.54%

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

#DC63A1 (or 0xDC63A1) is known color: Pale Violet Red. HEX triplet: DC, 63 and A1. RGB value is (220,99,161). Sum of RGB (Red+Green+Blue) = 220+99+161=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 99 (39.06% from 255 or 20.62% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC63A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC63A1 is #239C5E. Grayscale: #8E8E8E. Windows color (decimal): -2333791 or 10576860. OLE color: 10576860.

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

Color convert

RGB 220 99 161 -
CMYK 0 0.55 0.27 0.14
HSL 329.26º 0.63% 0.63% -
HSV(B) 329.26º 0.55% 0.86% -
XYZ 40.41 26.71 36.74 -
YUV 142.25 138.59 183.46 -
System Red Green Blue C M Y K H S L
Decimal 220 99 161 0 0.55 0.27 0.14 329.26 0.63 0.63
Hex DC 63 A1 0 37 1B E 149 3F 3F
Octal 334 143 241 0 67 33 16 511 77 77
Binary 11011100 1100011 10100001 0 110111 11011 1110 101001001 111111 111111

Color Harmonies of #DC63A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC63A1

Black with #DC63A1

Text Example


Text Example

White with #DC63A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC63A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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