Html Css Color HEX #DC6DA3 Pale Violet Red

📋 copy color: '#DC6DA3'

red 220 ◦ green 109 ◦ blue 163

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

Shades of Pale Violet Red #DC6DA3

Tints of Pale Violet Red #DC6DA3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.15%

 BLUE value IS 163 (64.06% from 255) = 33.13%

R = 44.72%
G = 22.15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC6DA3 (or 0xDC6DA3) is known color: Pale Violet Red. HEX triplet: DC, 6D and A3. RGB value is (220,109,163). Sum of RGB (Red+Green+Blue) = 220+109+163=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 163 (64.06% from 255 or 33.13% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6DA3 is #23925C. Grayscale: #949494. Windows color (decimal): -2331229 or 10710492. OLE color: 10710492.

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

Color convert

RGB 220 109 163 -
CMYK 0 0.50 0.26 0.14
HSL 330.81º 0.61% 0.65% -
HSV(B) 330.81º 0.5% 0.86% -
XYZ 41.59 28.8 38.02 -
YUV 148.35 136.27 179.11 -
System Red Green Blue C M Y K H S L
Decimal 220 109 163 0 0.50 0.26 0.14 330.81 0.61 0.65
Hex DC 6D A3 0 32 1A E 14B 3D 41
Octal 334 155 243 0 62 32 16 513 75 101
Binary 11011100 1101101 10100011 0 110010 11010 1110 101001011 111101 1000001

Color Harmonies of #DC6DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6DA3

Black with #DC6DA3

Text Example


Text Example

White with #DC6DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6DA3; }

 p { color: rgb(220,109,163); }

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

background-color css

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

 a { background-color: rgb(220,109,163); }

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

border-color css

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

 span { border-color: rgb(220,109,163); }

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