Html Css Color HEX #DC6BA3 Pale Violet Red

📋 copy color: '#DC6BA3'

red 220 ◦ green 107 ◦ blue 163

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

Shades of Pale Violet Red #DC6BA3

Tints of Pale Violet Red #DC6BA3

RGB

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

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

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

R = 44.9%
G = 21.84%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DC6BA3 (or 0xDC6BA3) is known color: Pale Violet Red. HEX triplet: DC, 6B and A3. RGB value is (220,107,163). Sum of RGB (Red+Green+Blue) = 220+107+163=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 107 (42.19% from 255 or 21.84% from 490); Blue value is 163 (64.06% from 255 or 33.27% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA3 is #23945C. Grayscale: #939393. Windows color (decimal): -2331741 or 10709980. OLE color: 10709980.

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

Color convert

RGB 220 107 163 -
CMYK 0 0.51 0.26 0.14
HSL 330.27º 0.62% 0.64% -
HSV(B) 330.27º 0.51% 0.86% -
XYZ 41.38 28.38 37.95 -
YUV 147.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 220 107 163 0 0.51 0.26 0.14 330.27 0.62 0.64
Hex DC 6B A3 0 33 1A E 14A 3E 40
Octal 334 153 243 0 63 32 16 512 76 100
Binary 11011100 1101011 10100011 0 110011 11010 1110 101001010 111110 1000000

Color Harmonies of #DC6BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BA3

Black with #DC6BA3

Text Example


Text Example

White with #DC6BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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