Html Css Color HEX #DC6FAA Pale Violet Red

📋 copy color: '#DC6FAA'

red 220 ◦ green 111 ◦ blue 170

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

Shades of Pale Violet Red #DC6FAA

Tints of Pale Violet Red #DC6FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 43.91%
G = 22.16%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC6FAA (or 0xDC6FAA) is known color: Pale Violet Red. HEX triplet: DC, 6F and AA. RGB value is (220,111,170). Sum of RGB (Red+Green+Blue) = 220+111+170=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 111 (43.75% from 255 or 22.16% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FAA is #239055. Grayscale: #969696. Windows color (decimal): -2330710 or 11169756. OLE color: 11169756.

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

Color convert

RGB 220 111 170 -
CMYK 0 0.50 0.23 0.14
HSL 327.52º 0.61% 0.65% -
HSV(B) 327.52º 0.5% 0.86% -
XYZ 42.46 29.49 41.48 -
YUV 150.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 220 111 170 0 0.50 0.23 0.14 327.52 0.61 0.65
Hex DC 6F AA 0 32 17 E 148 3D 41
Octal 334 157 252 0 62 27 16 510 75 101
Binary 11011100 1101111 10101010 0 110010 10111 1110 101001000 111101 1000001

Color Harmonies of #DC6FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FAA

Black with #DC6FAA

Text Example


Text Example

White with #DC6FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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