Html Css Color HEX #DC6E90 Pale Violet Red

📋 copy color: '#DC6E90'

red 220 ◦ green 110 ◦ blue 144

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

Shades of Pale Violet Red #DC6E90

Tints of Pale Violet Red #DC6E90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 46.41%
G = 23.21%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC6E90 (or 0xDC6E90) is known color: Pale Violet Red. HEX triplet: DC, 6E and 90. RGB value is (220,110,144). Sum of RGB (Red+Green+Blue) = 220+110+144=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6E90 is #23916F. Grayscale: #929292. Windows color (decimal): -2330992 or 9465564. OLE color: 9465564.

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

Color convert

RGB 220 110 144 -
CMYK 0 0.50 0.35 0.14
HSL 341.45º 0.61% 0.65% -
HSV(B) 341.45º 0.5% 0.86% -
XYZ 40.13 28.38 29.75 -
YUV 146.77 126.44 180.24 -
System Red Green Blue C M Y K H S L
Decimal 220 110 144 0 0.50 0.35 0.14 341.45 0.61 0.65
Hex DC 6E 90 0 32 23 E 155 3D 41
Octal 334 156 220 0 62 43 16 525 75 101
Binary 11011100 1101110 10010000 0 110010 100011 1110 101010101 111101 1000001

Color Harmonies of #DC6E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6E90

Black with #DC6E90

Text Example


Text Example

White with #DC6E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6E90; }

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

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

background-color css

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

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

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

border-color css

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

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

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