Html Css Color HEX #DC6EA3 Pale Violet Red

📋 copy color: '#DC6EA3'

red 220 ◦ green 110 ◦ blue 163

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

Shades of Pale Violet Red #DC6EA3

Tints of Pale Violet Red #DC6EA3

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.31%

 BLUE value IS 163 (64.06% from 255) = 33.06%

R = 44.62%
G = 22.31%
B = 33.06%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC6EA3 (or 0xDC6EA3) is known color: Pale Violet Red. HEX triplet: DC, 6E and A3. RGB value is (220,110,163). Sum of RGB (Red+Green+Blue) = 220+110+163=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 110 (43.36% from 255 or 22.31% from 493); Blue value is 163 (64.06% from 255 or 33.06% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EA3 is #23915C. Grayscale: #949494. Windows color (decimal): -2330973 or 10710748. OLE color: 10710748.

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

Color convert

RGB 220 110 163 -
CMYK 0 0.50 0.26 0.14
HSL 331.09º 0.61% 0.65% -
HSV(B) 331.09º 0.5% 0.86% -
XYZ 41.7 29.01 38.05 -
YUV 148.93 135.94 178.69 -
System Red Green Blue C M Y K H S L
Decimal 220 110 163 0 0.50 0.26 0.14 331.09 0.61 0.65
Hex DC 6E A3 0 32 1A E 14B 3D 41
Octal 334 156 243 0 62 32 16 513 75 101
Binary 11011100 1101110 10100011 0 110010 11010 1110 101001011 111101 1000001

Color Harmonies of #DC6EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EA3

Black with #DC6EA3

Text Example


Text Example

White with #DC6EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EA3; }

 p { color: rgb(220,110,163); }

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

background-color css

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

 a { background-color: rgb(220,110,163); }

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

border-color css

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

 span { border-color: rgb(220,110,163); }

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