Html Css Color HEX #DC6E94 Pale Violet Red

📋 copy color: '#DC6E94'

red 220 ◦ green 110 ◦ blue 148

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

Shades of Pale Violet Red #DC6E94

Tints of Pale Violet Red #DC6E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.96%

R = 46.03%
G = 23.01%
B = 30.96%

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

#DC6E94 (or 0xDC6E94) is known color: Pale Violet Red. HEX triplet: DC, 6E and 94. RGB value is (220,110,148). Sum of RGB (Red+Green+Blue) = 220+110+148=478 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.03% from 478); Green value is 110 (43.36% from 255 or 23.01% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E94 is #23916B. Grayscale: #939393. Windows color (decimal): -2330988 or 9727708. OLE color: 9727708.

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

Color convert

RGB 220 110 148 -
CMYK 0 0.50 0.33 0.14
HSL 339.27º 0.61% 0.65% -
HSV(B) 339.27º 0.5% 0.86% -
XYZ 40.44 28.51 31.39 -
YUV 147.22 128.44 179.91 -
System Red Green Blue C M Y K H S L
Decimal 220 110 148 0 0.50 0.33 0.14 339.27 0.61 0.65
Hex DC 6E 94 0 32 21 E 153 3D 41
Octal 334 156 224 0 62 41 16 523 75 101
Binary 11011100 1101110 10010100 0 110010 100001 1110 101010011 111101 1000001

Color Harmonies of #DC6E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E94

Black with #DC6E94

Text Example


Text Example

White with #DC6E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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