Html Css Color HEX #DF8DCE Plum

📋 copy color: '#DF8DCE'

red 223 ◦ green 141 ◦ blue 206

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

Shades of Plum #DF8DCE

Tints of Plum #DF8DCE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.74%

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 39.12%
G = 24.74%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF8DCE (or 0xDF8DCE) is known color: Plum. HEX triplet: DF, 8D and CE. RGB value is (223,141,206). Sum of RGB (Red+Green+Blue) = 223+141+206=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8DCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8DCE is #207231. Grayscale: #ACACAC. Windows color (decimal): -2126386 or 13536735. OLE color: 13536735.

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

Color convert

RGB 223 141 206 -
CMYK 0 0.37 0.08 0.13
HSL 312.44º 0.56% 0.71% -
HSV(B) 312.44º 0.37% 0.87% -
XYZ 51.1 39.19 63.26 -
YUV 172.93 146.67 163.71 -
System Red Green Blue C M Y K H S L
Decimal 223 141 206 0 0.37 0.08 0.13 312.44 0.56 0.71
Hex DF 8D CE 0 25 8 D 138 38 47
Octal 337 215 316 0 45 10 15 470 70 107
Binary 11011111 10001101 11001110 0 100101 1000 1101 100111000 111000 1000111

Color Harmonies of #DF8DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8DCE

Black with #DF8DCE

Text Example


Text Example

White with #DF8DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8DCE; }

 p { color: rgb(223,141,206); }

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

background-color css

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

 a { background-color: rgb(223,141,206); }

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

border-color css

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

 span { border-color: rgb(223,141,206); }

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