Html Css Color HEX #DF8CDC Plum

📋 copy color: '#DF8CDC'

red 223 ◦ green 140 ◦ blue 220

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

Shades of Plum #DF8CDC

Tints of Plum #DF8CDC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.01%

 BLUE value IS 220 (86.33% from 255) = 37.74%

R = 38.25%
G = 24.01%
B = 37.74%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF8CDC (or 0xDF8CDC) is known color: Plum. HEX triplet: DF, 8C and DC. RGB value is (223,140,220). Sum of RGB (Red+Green+Blue) = 223+140+220=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 220 (86.33% from 255 or 37.74% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8CDC is #207323. Grayscale: #ADADAD. Windows color (decimal): -2126628 or 14453983. OLE color: 14453983.

HSL color Cylindrical-coordinate representation of color #DF8CDC: hue angle of 302.17º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8CDC is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 140 220 -
CMYK 0 0.37 0.01 0.13
HSL 302.17º 0.56% 0.71% -
HSV(B) 302.17º 0.37% 0.87% -
XYZ 52.73 39.61 72.58 -
YUV 173.94 154 163 -
System Red Green Blue C M Y K H S L
Decimal 223 140 220 0 0.37 0.01 0.13 302.17 0.56 0.71
Hex DF 8C DC 0 25 1 D 12E 38 47
Octal 337 214 334 0 45 1 15 456 70 107
Binary 11011111 10001100 11011100 0 100101 1 1101 100101110 111000 1000111

Color Harmonies of #DF8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8CDC

Black with #DF8CDC

Text Example


Text Example

White with #DF8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8CDC; }

 p { color: rgb(223,140,220); }

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

background-color css

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

 a { background-color: rgb(223,140,220); }

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

border-color css

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

 span { border-color: rgb(223,140,220); }

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