Html Css Color HEX #DF8FDC Plum

📋 copy color: '#DF8FDC'

red 223 ◦ green 143 ◦ blue 220

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

Shades of Plum #DF8FDC

Tints of Plum #DF8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

 BLUE value IS 220 (86.33% from 255) = 37.54%

R = 38.05%
G = 24.4%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF8FDC (or 0xDF8FDC) is known color: Plum. HEX triplet: DF, 8F and DC. RGB value is (223,143,220). Sum of RGB (Red+Green+Blue) = 223+143+220=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 220 (86.33% from 255 or 37.54% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FDC is #207023. Grayscale: #AFAFAF. Windows color (decimal): -2125860 or 14454751. OLE color: 14454751.

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

Color convert

RGB 223 143 220 -
CMYK 0 0.36 0.01 0.13
HSL 302.25º 0.56% 0.72% -
HSV(B) 302.25º 0.36% 0.87% -
XYZ 53.17 40.5 72.73 -
YUV 175.7 153 161.74 -
System Red Green Blue C M Y K H S L
Decimal 223 143 220 0 0.36 0.01 0.13 302.25 0.56 0.72
Hex DF 8F DC 0 24 1 D 12E 38 48
Octal 337 217 334 0 44 1 15 456 70 110
Binary 11011111 10001111 11011100 0 100100 1 1101 100101110 111000 1001000

Color Harmonies of #DF8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FDC

Black with #DF8FDC

Text Example


Text Example

White with #DF8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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