Html Css Color HEX #DF8FD6 Plum

📋 copy color: '#DF8FD6'

red 223 ◦ green 143 ◦ blue 214

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

Shades of Plum #DF8FD6

Tints of Plum #DF8FD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.9%

R = 38.45%
G = 24.66%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DF8FD6 (or 0xDF8FD6) is known color: Plum. HEX triplet: DF, 8F and D6. RGB value is (223,143,214). Sum of RGB (Red+Green+Blue) = 223+143+214=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 214 (83.98% from 255 or 36.90% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FD6 is #207029. Grayscale: #AEAEAE. Windows color (decimal): -2125866 or 14061535. OLE color: 14061535.

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

Color convert

RGB 223 143 214 -
CMYK 0 0.36 0.04 0.13
HSL 306.75º 0.56% 0.72% -
HSV(B) 306.75º 0.36% 0.87% -
XYZ 52.39 40.19 68.61 -
YUV 175.01 150 162.23 -
System Red Green Blue C M Y K H S L
Decimal 223 143 214 0 0.36 0.04 0.13 306.75 0.56 0.72
Hex DF 8F D6 0 24 4 D 133 38 48
Octal 337 217 326 0 44 4 15 463 70 110
Binary 11011111 10001111 11010110 0 100100 100 1101 100110011 111000 1001000

Color Harmonies of #DF8FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FD6

Black with #DF8FD6

Text Example


Text Example

White with #DF8FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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