Html Css Color HEX #DC6BA1 Pale Violet Red

📋 copy color: '#DC6BA1'

red 220 ◦ green 107 ◦ blue 161

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

Shades of Pale Violet Red #DC6BA1

Tints of Pale Violet Red #DC6BA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.99%

R = 45.08%
G = 21.93%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DC6BA1 (or 0xDC6BA1) is known color: Pale Violet Red. HEX triplet: DC, 6B and A1. RGB value is (220,107,161). Sum of RGB (Red+Green+Blue) = 220+107+161=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 161 (63.28% from 255 or 32.99% from 488); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA1 is #23945E. Grayscale: #929292. Windows color (decimal): -2331743 or 10578908. OLE color: 10578908.

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

Color convert

RGB 220 107 161 -
CMYK 0 0.51 0.27 0.14
HSL 331.33º 0.62% 0.64% -
HSV(B) 331.33º 0.51% 0.86% -
XYZ 41.21 28.3 37.01 -
YUV 146.94 135.94 180.11 -
System Red Green Blue C M Y K H S L
Decimal 220 107 161 0 0.51 0.27 0.14 331.33 0.62 0.64
Hex DC 6B A1 0 33 1B E 14B 3E 40
Octal 334 153 241 0 63 33 16 513 76 100
Binary 11011100 1101011 10100001 0 110011 11011 1110 101001011 111110 1000000

Color Harmonies of #DC6BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BA1

Black with #DC6BA1

Text Example


Text Example

White with #DC6BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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