Html Css Color HEX #DC6BAA Pale Violet Red

📋 copy color: '#DC6BAA'

red 220 ◦ green 107 ◦ blue 170

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

Shades of Pale Violet Red #DC6BAA

Tints of Pale Violet Red #DC6BAA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

 BLUE value IS 170 (66.8% from 255) = 34.21%

R = 44.27%
G = 21.53%
B = 34.21%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DC6BAA (or 0xDC6BAA) is known color: Pale Violet Red. HEX triplet: DC, 6B and AA. RGB value is (220,107,170). Sum of RGB (Red+Green+Blue) = 220+107+170=497 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.27% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BAA is #239455. Grayscale: #939393. Windows color (decimal): -2331734 or 11168732. OLE color: 11168732.

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

Color convert

RGB 220 107 170 -
CMYK 0 0.51 0.23 0.14
HSL 326.55º 0.62% 0.64% -
HSV(B) 326.55º 0.51% 0.86% -
XYZ 42.03 28.63 41.34 -
YUV 147.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 220 107 170 0 0.51 0.23 0.14 326.55 0.62 0.64
Hex DC 6B AA 0 33 17 E 147 3E 40
Octal 334 153 252 0 63 27 16 507 76 100
Binary 11011100 1101011 10101010 0 110011 10111 1110 101000111 111110 1000000

Color Harmonies of #DC6BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BAA

Black with #DC6BAA

Text Example


Text Example

White with #DC6BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BAA; }

 p { color: rgb(220,107,170); }

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

background-color css

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

 a { background-color: rgb(220,107,170); }

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

border-color css

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

 span { border-color: rgb(220,107,170); }

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