Html Css Color HEX #DC6AA7 Pale Violet Red

📋 copy color: '#DC6AA7'

red 220 ◦ green 106 ◦ blue 167

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

Shades of Pale Violet Red #DC6AA7

Tints of Pale Violet Red #DC6AA7

RGB

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

 GREEN value IS 106 (41.8% from 255) = 21.5%

 BLUE value IS 167 (65.63% from 255) = 33.87%

R = 44.62%
G = 21.5%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC6AA7 (or 0xDC6AA7) is known color: Pale Violet Red. HEX triplet: DC, 6A and A7. RGB value is (220,106,167). Sum of RGB (Red+Green+Blue) = 220+106+167=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 106 (41.80% from 255 or 21.50% from 493); Blue value is 167 (65.62% from 255 or 33.87% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA7 is #239558. Grayscale: #929292. Windows color (decimal): -2331993 or 10971868. OLE color: 10971868.

HSL color Cylindrical-coordinate representation of color #DC6AA7: hue angle of 327.89º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6AA7 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 106 167 -
CMYK 0 0.52 0.24 0.14
HSL 327.89º 0.62% 0.64% -
HSV(B) 327.89º 0.52% 0.86% -
XYZ 41.64 28.31 39.83 -
YUV 147.04 139.27 180.04 -
System Red Green Blue C M Y K H S L
Decimal 220 106 167 0 0.52 0.24 0.14 327.89 0.62 0.64
Hex DC 6A A7 0 34 18 E 148 3E 40
Octal 334 152 247 0 64 30 16 510 76 100
Binary 11011100 1101010 10100111 0 110100 11000 1110 101001000 111110 1000000

Color Harmonies of #DC6AA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AA7

Black with #DC6AA7

Text Example


Text Example

White with #DC6AA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AA7; }

 p { color: rgb(220,106,167); }

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

background-color css

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

 a { background-color: rgb(220,106,167); }

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

border-color css

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

 span { border-color: rgb(220,106,167); }

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