Html Css Color HEX #DC6FA5 Pale Violet Red

📋 copy color: '#DC6FA5'

red 220 ◦ green 111 ◦ blue 165

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

Shades of Pale Violet Red #DC6FA5

Tints of Pale Violet Red #DC6FA5

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.38%

 BLUE value IS 165 (64.84% from 255) = 33.27%

R = 44.35%
G = 22.38%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC6FA5 (or 0xDC6FA5) is known color: Pale Violet Red. HEX triplet: DC, 6F and A5. RGB value is (220,111,165). Sum of RGB (Red+Green+Blue) = 220+111+165=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 111 (43.75% from 255 or 22.38% from 496); Blue value is 165 (64.84% from 255 or 33.27% from 496); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6FA5 is #23905A. Grayscale: #959595. Windows color (decimal): -2330715 or 10842076. OLE color: 10842076.

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

Color convert

RGB 220 111 165 -
CMYK 0 0.50 0.25 0.14
HSL 330.28º 0.61% 0.65% -
HSV(B) 330.28º 0.5% 0.86% -
XYZ 41.99 29.3 39.04 -
YUV 149.75 136.61 178.11 -
System Red Green Blue C M Y K H S L
Decimal 220 111 165 0 0.50 0.25 0.14 330.28 0.61 0.65
Hex DC 6F A5 0 32 19 E 14A 3D 41
Octal 334 157 245 0 62 31 16 512 75 101
Binary 11011100 1101111 10100101 0 110010 11001 1110 101001010 111101 1000001

Color Harmonies of #DC6FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6FA5

Black with #DC6FA5

Text Example


Text Example

White with #DC6FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6FA5; }

 p { color: rgb(220,111,165); }

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

background-color css

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

 a { background-color: rgb(220,111,165); }

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

border-color css

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

 span { border-color: rgb(220,111,165); }

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