Html Css Color HEX #DF8FCC Plum

📋 copy color: '#DF8FCC'

red 223 ◦ green 143 ◦ blue 204

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

Shades of Plum #DF8FCC

Tints of Plum #DF8FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 39.12%
G = 25.09%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DF8FCC (or 0xDF8FCC) is known color: Plum. HEX triplet: DF, 8F and CC. RGB value is (223,143,204). Sum of RGB (Red+Green+Blue) = 223+143+204=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8FCC is #207033. Grayscale: #ADADAD. Windows color (decimal): -2125876 or 13406175. OLE color: 13406175.

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

Color convert

RGB 223 143 204 -
CMYK 0 0.36 0.09 0.13
HSL 314.25º 0.56% 0.72% -
HSV(B) 314.25º 0.36% 0.87% -
XYZ 51.15 39.69 62.09 -
YUV 173.87 145 163.04 -
System Red Green Blue C M Y K H S L
Decimal 223 143 204 0 0.36 0.09 0.13 314.25 0.56 0.72
Hex DF 8F CC 0 24 9 D 13A 38 48
Octal 337 217 314 0 44 11 15 472 70 110
Binary 11011111 10001111 11001100 0 100100 1001 1101 100111010 111000 1001000

Color Harmonies of #DF8FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8FCC

Black with #DF8FCC

Text Example


Text Example

White with #DF8FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8FCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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