Html Css Color HEX #DF8FD3 Plum

📋 copy color: '#DF8FD3'

red 223 ◦ green 143 ◦ blue 211

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

Shades of Plum #DF8FD3

Tints of Plum #DF8FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.57%

R = 38.65%
G = 24.78%
B = 36.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF8FD3 (or 0xDF8FD3) is known color: Plum. HEX triplet: DF, 8F and D3. RGB value is (223,143,211). Sum of RGB (Red+Green+Blue) = 223+143+211=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 211 (82.81% from 255 or 36.57% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD3 is #20702C. Grayscale: #AEAEAE. Windows color (decimal): -2125869 or 13864927. OLE color: 13864927.

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

Color convert

RGB 223 143 211 -
CMYK 0 0.36 0.05 0.13
HSL 309º 0.56% 0.72% -
HSV(B) 309º 0.36% 0.87% -
XYZ 52.01 40.04 66.61 -
YUV 174.67 148.5 162.47 -
System Red Green Blue C M Y K H S L
Decimal 223 143 211 0 0.36 0.05 0.13 309 0.56 0.72
Hex DF 8F D3 0 24 5 D 135 38 48
Octal 337 217 323 0 44 5 15 465 70 110
Binary 11011111 10001111 11010011 0 100100 101 1101 100110101 111000 1001000

Color Harmonies of #DF8FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FD3

Black with #DF8FD3

Text Example


Text Example

White with #DF8FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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