Html Css Color HEX #DC6E9A Pale Violet Red

📋 copy color: '#DC6E9A'

red 220 ◦ green 110 ◦ blue 154

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

Shades of Pale Violet Red #DC6E9A

Tints of Pale Violet Red #DC6E9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.82%

R = 45.45%
G = 22.73%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.3

 K value IS 0.14

RGB Variations

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

Color information

#DC6E9A (or 0xDC6E9A) is known color: Pale Violet Red. HEX triplet: DC, 6E and 9A. RGB value is (220,110,154). Sum of RGB (Red+Green+Blue) = 220+110+154=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 154 (60.55% from 255 or 31.82% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E9A is #239165. Grayscale: #939393. Windows color (decimal): -2330982 or 10120924. OLE color: 10120924.

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

Color convert

RGB 220 110 154 -
CMYK 0 0.50 0.3 0.14
HSL 336º 0.61% 0.65% -
HSV(B) 336º 0.5% 0.86% -
XYZ 40.92 28.7 33.95 -
YUV 147.91 131.44 179.42 -
System Red Green Blue C M Y K H S L
Decimal 220 110 154 0 0.50 0.3 0.14 336 0.61 0.65
Hex DC 6E 9A 0 32 1E E 150 3D 41
Octal 334 156 232 0 62 36 16 520 75 101
Binary 11011100 1101110 10011010 0 110010 11110 1110 101010000 111101 1000001

Color Harmonies of #DC6E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E9A

Black with #DC6E9A

Text Example


Text Example

White with #DC6E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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