Html Css Color HEX #DC6AA2 Pale Violet Red

📋 copy color: '#DC6AA2'

red 220 ◦ green 106 ◦ blue 162

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

Shades of Pale Violet Red #DC6AA2

Tints of Pale Violet Red #DC6AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 45.08%
G = 21.72%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC6AA2 (or 0xDC6AA2) is known color: Pale Violet Red. HEX triplet: DC, 6A and A2. RGB value is (220,106,162). Sum of RGB (Red+Green+Blue) = 220+106+162=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6AA2 is #23955D. Grayscale: #929292. Windows color (decimal): -2331998 or 10644188. OLE color: 10644188.

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

Color convert

RGB 220 106 162 -
CMYK 0 0.52 0.26 0.14
HSL 330.53º 0.62% 0.64% -
HSV(B) 330.53º 0.52% 0.86% -
XYZ 41.19 28.13 37.44 -
YUV 146.47 136.77 180.45 -
System Red Green Blue C M Y K H S L
Decimal 220 106 162 0 0.52 0.26 0.14 330.53 0.62 0.64
Hex DC 6A A2 0 34 1A E 14B 3E 40
Octal 334 152 242 0 64 32 16 513 76 100
Binary 11011100 1101010 10100010 0 110100 11010 1110 101001011 111110 1000000

Color Harmonies of #DC6AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6AA2

Black with #DC6AA2

Text Example


Text Example

White with #DC6AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6AA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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