Html Css Color HEX #DC6EA4 Pale Violet Red

📋 copy color: '#DC6EA4'

red 220 ◦ green 110 ◦ blue 164

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

Shades of Pale Violet Red #DC6EA4

Tints of Pale Violet Red #DC6EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.2%

R = 44.53%
G = 22.27%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC6EA4 (or 0xDC6EA4) is known color: Pale Violet Red. HEX triplet: DC, 6E and A4. RGB value is (220,110,164). Sum of RGB (Red+Green+Blue) = 220+110+164=494 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.53% from 494); Green value is 110 (43.36% from 255 or 22.27% from 494); Blue value is 164 (64.45% from 255 or 33.20% from 494); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EA4 is #23915B. Grayscale: #949494. Windows color (decimal): -2330972 or 10776284. OLE color: 10776284.

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

Color convert

RGB 220 110 164 -
CMYK 0 0.50 0.25 0.14
HSL 330.55º 0.61% 0.65% -
HSV(B) 330.55º 0.5% 0.86% -
XYZ 41.79 29.05 38.53 -
YUV 149.05 136.44 178.61 -
System Red Green Blue C M Y K H S L
Decimal 220 110 164 0 0.50 0.25 0.14 330.55 0.61 0.65
Hex DC 6E A4 0 32 19 E 14B 3D 41
Octal 334 156 244 0 62 31 16 513 75 101
Binary 11011100 1101110 10100100 0 110010 11001 1110 101001011 111101 1000001

Color Harmonies of #DC6EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EA4

Black with #DC6EA4

Text Example


Text Example

White with #DC6EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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