Html Css Color HEX #DC6BA5 Pale Violet Red

📋 copy color: '#DC6BA5'

red 220 ◦ green 107 ◦ blue 165

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

Shades of Pale Violet Red #DC6BA5

Tints of Pale Violet Red #DC6BA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.54%

R = 44.72%
G = 21.75%
B = 33.54%

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

#DC6BA5 (or 0xDC6BA5) is known color: Pale Violet Red. HEX triplet: DC, 6B and A5. RGB value is (220,107,165). Sum of RGB (Red+Green+Blue) = 220+107+165=492 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.72% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 165 (64.84% from 255 or 33.54% from 492); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6BA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6BA5 is #23945A. Grayscale: #939393. Windows color (decimal): -2331739 or 10841052. OLE color: 10841052.

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

Color convert

RGB 220 107 165 -
CMYK 0 0.51 0.25 0.14
HSL 329.2º 0.62% 0.64% -
HSV(B) 329.2º 0.51% 0.86% -
XYZ 41.56 28.45 38.9 -
YUV 147.4 137.94 179.78 -
System Red Green Blue C M Y K H S L
Decimal 220 107 165 0 0.51 0.25 0.14 329.2 0.62 0.64
Hex DC 6B A5 0 33 19 E 149 3E 40
Octal 334 153 245 0 63 31 16 511 76 100
Binary 11011100 1101011 10100101 0 110011 11001 1110 101001001 111110 1000000

Color Harmonies of #DC6BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6BA5

Black with #DC6BA5

Text Example


Text Example

White with #DC6BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6BA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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