Html Css Color HEX #DF8ECF Plum

📋 copy color: '#DF8ECF'

red 223 ◦ green 142 ◦ blue 207

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

Shades of Plum #DF8ECF

Tints of Plum #DF8ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.83%

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

R = 38.99%
G = 24.83%
B = 36.19%

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

#DF8ECF (or 0xDF8ECF) is known color: Plum. HEX triplet: DF, 8E and CF. RGB value is (223,142,207). Sum of RGB (Red+Green+Blue) = 223+142+207=572 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.99% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8ECF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8ECF is #207130. Grayscale: #ADADAD. Windows color (decimal): -2126129 or 13602527. OLE color: 13602527.

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

Color convert

RGB 223 142 207 -
CMYK 0 0.36 0.07 0.13
HSL 311.85º 0.56% 0.72% -
HSV(B) 311.85º 0.36% 0.87% -
XYZ 51.37 39.54 63.96 -
YUV 173.63 146.84 163.21 -
System Red Green Blue C M Y K H S L
Decimal 223 142 207 0 0.36 0.07 0.13 311.85 0.56 0.72
Hex DF 8E CF 0 24 7 D 138 38 48
Octal 337 216 317 0 44 7 15 470 70 110
Binary 11011111 10001110 11001111 0 100100 111 1101 100111000 111000 1001000

Color Harmonies of #DF8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8ECF

Black with #DF8ECF

Text Example


Text Example

White with #DF8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8ECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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