Html Css Color HEX #DC6E92 Pale Violet Red

📋 copy color: '#DC6E92'

red 220 ◦ green 110 ◦ blue 146

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

Shades of Pale Violet Red #DC6E92

Tints of Pale Violet Red #DC6E92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.67%

R = 46.22%
G = 23.11%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC6E92 (or 0xDC6E92) is known color: Pale Violet Red. HEX triplet: DC, 6E and 92. RGB value is (220,110,146). Sum of RGB (Red+Green+Blue) = 220+110+146=476 (63% of max value = 765). Red value is 220 (86.33% from 255 or 46.22% from 476); Green value is 110 (43.36% from 255 or 23.11% from 476); Blue value is 146 (57.42% from 255 or 30.67% from 476); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E92 is #23916D. Grayscale: #929292. Windows color (decimal): -2330990 or 9596636. OLE color: 9596636.

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

Color convert

RGB 220 110 146 -
CMYK 0 0.50 0.34 0.14
HSL 340.36º 0.61% 0.65% -
HSV(B) 340.36º 0.5% 0.86% -
XYZ 40.28 28.44 30.56 -
YUV 146.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 220 110 146 0 0.50 0.34 0.14 340.36 0.61 0.65
Hex DC 6E 92 0 32 22 E 154 3D 41
Octal 334 156 222 0 62 42 16 524 75 101
Binary 11011100 1101110 10010010 0 110010 100010 1110 101010100 111101 1000001

Color Harmonies of #DC6E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E92

Black with #DC6E92

Text Example


Text Example

White with #DC6E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E92; }

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

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

background-color css

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

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

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

border-color css

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

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

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