Html Css Color HEX #DF6D8F Pale Violet Red

📋 copy color: '#DF6D8F'

red 223 ◦ green 109 ◦ blue 143

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

Shades of Pale Violet Red #DF6D8F

Tints of Pale Violet Red #DF6D8F

RGB

 RED value IS 223 (87.5% from 255) = 46.95%

 GREEN value IS 109 (42.97% from 255) = 22.95%

 BLUE value IS 143 (56.25% from 255) = 30.11%

R = 46.95%
G = 22.95%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DF6D8F (or 0xDF6D8F) is known color: Pale Violet Red. HEX triplet: DF, 6D and 8F. RGB value is (223,109,143). Sum of RGB (Red+Green+Blue) = 223+109+143=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 143 (56.25% from 255 or 30.11% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF6D8F is #209270. Grayscale: #929292. Windows color (decimal): -2134641 or 9399775. OLE color: 9399775.

HSL color Cylindrical-coordinate representation of color #DF6D8F: hue angle of 342.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6D8F is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 109 143 -
CMYK 0 0.51 0.36 0.13
HSL 342.11º 0.64% 0.65% -
HSV(B) 342.11º 0.51% 0.87% -
XYZ 40.86 28.61 29.36 -
YUV 146.96 125.77 182.24 -
System Red Green Blue C M Y K H S L
Decimal 223 109 143 0 0.51 0.36 0.13 342.11 0.64 0.65
Hex DF 6D 8F 0 33 24 D 156 40 41
Octal 337 155 217 0 63 44 15 526 100 101
Binary 11011111 1101101 10001111 0 110011 100100 1101 101010110 1000000 1000001

Color Harmonies of #DF6D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6D8F

Black with #DF6D8F

Text Example


Text Example

White with #DF6D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6D8F; }

 p { color: rgb(223,109,143); }

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

background-color css

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

 a { background-color: rgb(223,109,143); }

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

border-color css

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

 span { border-color: rgb(223,109,143); }

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