Html Css Color HEX #DF8FCF Plum

📋 copy color: '#DF8FCF'

red 223 ◦ green 143 ◦ blue 207

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

Shades of Plum #DF8FCF

Tints of Plum #DF8FCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.13%

R = 38.92%
G = 24.96%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF8FCF (or 0xDF8FCF) is known color: Plum. HEX triplet: DF, 8F and CF. RGB value is (223,143,207). Sum of RGB (Red+Green+Blue) = 223+143+207=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 207 (81.25% from 255 or 36.13% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FCF is #207030. Grayscale: #AEAEAE. Windows color (decimal): -2125873 or 13602783. OLE color: 13602783.

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

Color convert

RGB 223 143 207 -
CMYK 0 0.36 0.07 0.13
HSL 312º 0.56% 0.72% -
HSV(B) 312º 0.36% 0.87% -
XYZ 51.52 39.84 64.01 -
YUV 174.22 146.5 162.8 -
System Red Green Blue C M Y K H S L
Decimal 223 143 207 0 0.36 0.07 0.13 312 0.56 0.72
Hex DF 8F CF 0 24 7 D 138 38 48
Octal 337 217 317 0 44 7 15 470 70 110
Binary 11011111 10001111 11001111 0 100100 111 1101 100111000 111000 1001000

Color Harmonies of #DF8FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FCF

Black with #DF8FCF

Text Example


Text Example

White with #DF8FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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