Html Css Color HEX #DC6E93 Pale Violet Red

📋 copy color: '#DC6E93'

red 220 ◦ green 110 ◦ blue 147

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

Shades of Pale Violet Red #DC6E93

Tints of Pale Violet Red #DC6E93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.82%

R = 46.12%
G = 23.06%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC6E93 (or 0xDC6E93) is known color: Pale Violet Red. HEX triplet: DC, 6E and 93. RGB value is (220,110,147). Sum of RGB (Red+Green+Blue) = 220+110+147=477 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.12% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E93 is #23916C. Grayscale: #939393. Windows color (decimal): -2330989 or 9662172. OLE color: 9662172.

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

Color convert

RGB 220 110 147 -
CMYK 0 0.50 0.33 0.14
HSL 339.82º 0.61% 0.65% -
HSV(B) 339.82º 0.5% 0.86% -
XYZ 40.36 28.47 30.97 -
YUV 147.11 127.94 179.99 -
System Red Green Blue C M Y K H S L
Decimal 220 110 147 0 0.50 0.33 0.14 339.82 0.61 0.65
Hex DC 6E 93 0 32 21 E 154 3D 41
Octal 334 156 223 0 62 41 16 524 75 101
Binary 11011100 1101110 10010011 0 110010 100001 1110 101010100 111101 1000001

Color Harmonies of #DC6E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E93

Black with #DC6E93

Text Example


Text Example

White with #DC6E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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