Html Css Color HEX #DC6AA6 Pale Violet Red

📋 copy color: '#DC6AA6'

red 220 ◦ green 106 ◦ blue 166

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

Shades of Pale Violet Red #DC6AA6

Tints of Pale Violet Red #DC6AA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.74%

R = 44.72%
G = 21.54%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC6AA6 (or 0xDC6AA6) is known color: Pale Violet Red. HEX triplet: DC, 6A and A6. RGB value is (220,106,166). Sum of RGB (Red+Green+Blue) = 220+106+166=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 106 (41.80% from 255 or 21.54% from 492); Blue value is 166 (65.23% from 255 or 33.74% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA6 is #239559. Grayscale: #929292. Windows color (decimal): -2331994 or 10906332. OLE color: 10906332.

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

Color convert

RGB 220 106 166 -
CMYK 0 0.52 0.25 0.14
HSL 328.42º 0.62% 0.64% -
HSV(B) 328.42º 0.52% 0.86% -
XYZ 41.55 28.28 39.34 -
YUV 146.93 138.77 180.12 -
System Red Green Blue C M Y K H S L
Decimal 220 106 166 0 0.52 0.25 0.14 328.42 0.62 0.64
Hex DC 6A A6 0 34 19 E 148 3E 40
Octal 334 152 246 0 64 31 16 510 76 100
Binary 11011100 1101010 10100110 0 110100 11001 1110 101001000 111110 1000000

Color Harmonies of #DC6AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AA6

Black with #DC6AA6

Text Example


Text Example

White with #DC6AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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