Html Css Color HEX #DC6AA0 Pale Violet Red

📋 copy color: '#DC6AA0'

red 220 ◦ green 106 ◦ blue 160

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

Shades of Pale Violet Red #DC6AA0

Tints of Pale Violet Red #DC6AA0

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.81%

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

R = 45.27%
G = 21.81%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC6AA0 (or 0xDC6AA0) is known color: Pale Violet Red. HEX triplet: DC, 6A and A0. RGB value is (220,106,160). Sum of RGB (Red+Green+Blue) = 220+106+160=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 106 (41.80% from 255 or 21.81% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA0 is #23955F. Grayscale: #929292. Windows color (decimal): -2332000 or 10513116. OLE color: 10513116.

HSL color Cylindrical-coordinate representation of color #DC6AA0: hue angle of 331.58º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AA0 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 160 -
CMYK 0 0.52 0.27 0.14
HSL 331.58º 0.62% 0.64% -
HSV(B) 331.58º 0.52% 0.86% -
XYZ 41.01 28.06 36.51 -
YUV 146.24 135.77 180.61 -
System Red Green Blue C M Y K H S L
Decimal 220 106 160 0 0.52 0.27 0.14 331.58 0.62 0.64
Hex DC 6A A0 0 34 1B E 14C 3E 40
Octal 334 152 240 0 64 33 16 514 76 100
Binary 11011100 1101010 10100000 0 110100 11011 1110 101001100 111110 1000000

Color Harmonies of #DC6AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AA0

Black with #DC6AA0

Text Example


Text Example

White with #DC6AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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