Html Css Color HEX #DC6BA6 Pale Violet Red

📋 copy color: '#DC6BA6'

red 220 ◦ green 107 ◦ blue 166

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

Shades of Pale Violet Red #DC6BA6

Tints of Pale Violet Red #DC6BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 33.67%

R = 44.62%
G = 21.7%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DC6BA6 (or 0xDC6BA6) is known color: Pale Violet Red. HEX triplet: DC, 6B and A6. RGB value is (220,107,166). Sum of RGB (Red+Green+Blue) = 220+107+166=493 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.62% from 493); Green value is 107 (42.19% from 255 or 21.70% from 493); Blue value is 166 (65.23% from 255 or 33.67% from 493); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA6 is #239459. Grayscale: #939393. Windows color (decimal): -2331738 or 10906588. OLE color: 10906588.

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

Color convert

RGB 220 107 166 -
CMYK 0 0.51 0.25 0.14
HSL 328.67º 0.62% 0.64% -
HSV(B) 328.67º 0.51% 0.86% -
XYZ 41.66 28.48 39.38 -
YUV 147.51 138.44 179.7 -
System Red Green Blue C M Y K H S L
Decimal 220 107 166 0 0.51 0.25 0.14 328.67 0.62 0.64
Hex DC 6B A6 0 33 19 E 149 3E 40
Octal 334 153 246 0 63 31 16 511 76 100
Binary 11011100 1101011 10100110 0 110011 11001 1110 101001001 111110 1000000

Color Harmonies of #DC6BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BA6

Black with #DC6BA6

Text Example


Text Example

White with #DC6BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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