Html Css Color HEX #DC6FAC Pale Violet Red

📋 copy color: '#DC6FAC'

red 220 ◦ green 111 ◦ blue 172

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

Shades of Pale Violet Red #DC6FAC

Tints of Pale Violet Red #DC6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.07%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 43.74%
G = 22.07%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC6FAC (or 0xDC6FAC) is known color: Pale Violet Red. HEX triplet: DC, 6F and AC. RGB value is (220,111,172). Sum of RGB (Red+Green+Blue) = 220+111+172=503 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.74% from 503); Green value is 111 (43.75% from 255 or 22.07% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FAC is #239053. Grayscale: #969696. Windows color (decimal): -2330708 or 11300828. OLE color: 11300828.

HSL color Cylindrical-coordinate representation of color #DC6FAC: hue angle of 326.42º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6FAC is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 172 -
CMYK 0 0.50 0.22 0.14
HSL 326.42º 0.61% 0.65% -
HSV(B) 326.42º 0.5% 0.86% -
XYZ 42.65 29.56 42.49 -
YUV 150.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 220 111 172 0 0.50 0.22 0.14 326.42 0.61 0.65
Hex DC 6F AC 0 32 16 E 146 3D 41
Octal 334 157 254 0 62 26 16 506 75 101
Binary 11011100 1101111 10101100 0 110010 10110 1110 101000110 111101 1000001

Color Harmonies of #DC6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FAC

Black with #DC6FAC

Text Example


Text Example

White with #DC6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FAC; }

 p { color: rgb(220,111,172); }

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

background-color css

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

 a { background-color: rgb(220,111,172); }

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

border-color css

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

 span { border-color: rgb(220,111,172); }

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