Html Css Color HEX #DC6F8D Pale Violet Red

📋 copy color: '#DC6F8D'

red 220 ◦ green 111 ◦ blue 141

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

Shades of Pale Violet Red #DC6F8D

Tints of Pale Violet Red #DC6F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 46.61%
G = 23.52%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC6F8D (or 0xDC6F8D) is known color: Pale Violet Red. HEX triplet: DC, 6F and 8D. RGB value is (220,111,141). Sum of RGB (Red+Green+Blue) = 220+111+141=472 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.61% from 472); Green value is 111 (43.75% from 255 or 23.52% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6F8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC6F8D is #239072. Grayscale: #939393. Windows color (decimal): -2330739 or 9269212. OLE color: 9269212.

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

Color convert

RGB 220 111 141 -
CMYK 0 0.50 0.36 0.14
HSL 343.49º 0.61% 0.65% -
HSV(B) 343.49º 0.5% 0.86% -
XYZ 40.01 28.51 28.59 -
YUV 147.01 124.61 180.06 -
System Red Green Blue C M Y K H S L
Decimal 220 111 141 0 0.50 0.36 0.14 343.49 0.61 0.65
Hex DC 6F 8D 0 32 24 E 157 3D 41
Octal 334 157 215 0 62 44 16 527 75 101
Binary 11011100 1101111 10001101 0 110010 100100 1110 101010111 111101 1000001

Color Harmonies of #DC6F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6F8D

Black with #DC6F8D

Text Example


Text Example

White with #DC6F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6F8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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