Html Css Color HEX #DC6F95 Pale Violet Red

📋 copy color: '#DC6F95'

red 220 ◦ green 111 ◦ blue 149

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

Shades of Pale Violet Red #DC6F95

Tints of Pale Violet Red #DC6F95

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.13%

 BLUE value IS 149 (58.59% from 255) = 31.04%

R = 45.83%
G = 23.13%
B = 31.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DC6F95 (or 0xDC6F95) is known color: Pale Violet Red. HEX triplet: DC, 6F and 95. RGB value is (220,111,149). Sum of RGB (Red+Green+Blue) = 220+111+149=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F95 is #23906A. Grayscale: #939393. Windows color (decimal): -2330731 or 9793500. OLE color: 9793500.

HSL color Cylindrical-coordinate representation of color #DC6F95: hue angle of 339.08º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6F95 is Cyan = 0, Magento = 0.50, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 111 149 -
CMYK 0 0.50 0.32 0.14
HSL 339.08º 0.61% 0.65% -
HSV(B) 339.08º 0.5% 0.86% -
XYZ 40.62 28.75 31.84 -
YUV 147.92 128.61 179.41 -
System Red Green Blue C M Y K H S L
Decimal 220 111 149 0 0.50 0.32 0.14 339.08 0.61 0.65
Hex DC 6F 95 0 32 20 E 153 3D 41
Octal 334 157 225 0 62 40 16 523 75 101
Binary 11011100 1101111 10010101 0 110010 100000 1110 101010011 111101 1000001

Color Harmonies of #DC6F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F95

Black with #DC6F95

Text Example


Text Example

White with #DC6F95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F95; }

 p { color: rgb(220,111,149); }

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

background-color css

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

 a { background-color: rgb(220,111,149); }

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

border-color css

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

 span { border-color: rgb(220,111,149); }

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