Html Css Color HEX #DF8FD1 Plum

📋 copy color: '#DF8FD1'

red 223 ◦ green 143 ◦ blue 209

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

Shades of Plum #DF8FD1

Tints of Plum #DF8FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 38.78%
G = 24.87%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF8FD1 (or 0xDF8FD1) is known color: Plum. HEX triplet: DF, 8F and D1. RGB value is (223,143,209). Sum of RGB (Red+Green+Blue) = 223+143+209=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 143 (56.25% from 255 or 24.87% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD1 is #20702E. Grayscale: #AEAEAE. Windows color (decimal): -2125871 or 13733855. OLE color: 13733855.

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

Color convert

RGB 223 143 209 -
CMYK 0 0.36 0.06 0.13
HSL 310.5º 0.56% 0.72% -
HSV(B) 310.5º 0.36% 0.87% -
XYZ 51.76 39.94 65.3 -
YUV 174.44 147.5 162.63 -
System Red Green Blue C M Y K H S L
Decimal 223 143 209 0 0.36 0.06 0.13 310.5 0.56 0.72
Hex DF 8F D1 0 24 6 D 136 38 48
Octal 337 217 321 0 44 6 15 466 70 110
Binary 11011111 10001111 11010001 0 100100 110 1101 100110110 111000 1001000

Color Harmonies of #DF8FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FD1

Black with #DF8FD1

Text Example


Text Example

White with #DF8FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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