Html Css Color HEX #DC64A1 Pale Violet Red

📋 copy color: '#DC64A1'

red 220 ◦ green 100 ◦ blue 161

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

Shades of Pale Violet Red #DC64A1

Tints of Pale Violet Red #DC64A1

RGB

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

 GREEN value IS 100 (39.45% from 255) = 20.79%

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

R = 45.74%
G = 20.79%
B = 33.47%

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

#DC64A1 (or 0xDC64A1) is known color: Pale Violet Red. HEX triplet: DC, 64 and A1. RGB value is (220,100,161). Sum of RGB (Red+Green+Blue) = 220+100+161=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 100 (39.45% from 255 or 20.79% from 481); Blue value is 161 (63.28% from 255 or 33.47% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC64A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC64A1 is #239B5E. Grayscale: #8E8E8E. Windows color (decimal): -2333535 or 10577116. OLE color: 10577116.

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

Color convert

RGB 220 100 161 -
CMYK 0 0.55 0.27 0.14
HSL 329.5º 0.63% 0.63% -
HSV(B) 329.5º 0.55% 0.86% -
XYZ 40.51 26.9 36.78 -
YUV 142.83 138.26 183.04 -
System Red Green Blue C M Y K H S L
Decimal 220 100 161 0 0.55 0.27 0.14 329.5 0.63 0.63
Hex DC 64 A1 0 37 1B E 14A 3F 3F
Octal 334 144 241 0 67 33 16 512 77 77
Binary 11011100 1100100 10100001 0 110111 11011 1110 101001010 111111 111111

Color Harmonies of #DC64A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC64A1

Black with #DC64A1

Text Example


Text Example

White with #DC64A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC64A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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