Html Css Color HEX #DC6EAB Pale Violet Red

📋 copy color: '#DC6EAB'

red 220 ◦ green 110 ◦ blue 171

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

Shades of Pale Violet Red #DC6EAB

Tints of Pale Violet Red #DC6EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 34.13%

R = 43.91%
G = 21.96%
B = 34.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#DC6EAB (or 0xDC6EAB) is known color: Pale Violet Red. HEX triplet: DC, 6E and AB. RGB value is (220,110,171). Sum of RGB (Red+Green+Blue) = 220+110+171=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 110 (43.36% from 255 or 21.96% from 501); Blue value is 171 (67.19% from 255 or 34.13% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6EAB is #239154. Grayscale: #959595. Windows color (decimal): -2330965 or 11235036. OLE color: 11235036.

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

Color convert

RGB 220 110 171 -
CMYK 0 0.50 0.22 0.14
HSL 326.73º 0.61% 0.65% -
HSV(B) 326.73º 0.5% 0.86% -
XYZ 42.44 29.31 41.95 -
YUV 149.84 139.94 178.04 -
System Red Green Blue C M Y K H S L
Decimal 220 110 171 0 0.50 0.22 0.14 326.73 0.61 0.65
Hex DC 6E AB 0 32 16 E 147 3D 41
Octal 334 156 253 0 62 26 16 507 75 101
Binary 11011100 1101110 10101011 0 110010 10110 1110 101000111 111101 1000001

Color Harmonies of #DC6EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EAB

Black with #DC6EAB

Text Example


Text Example

White with #DC6EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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