Html Css Color HEX #DC8EDF Plum

📋 copy color: '#DC8EDF'

red 220 ◦ green 142 ◦ blue 223

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

Shades of Plum #DC8EDF

Tints of Plum #DC8EDF

RGB

 RED value IS 220 (86.33% from 255) = 37.61%

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

 BLUE value IS 223 (87.5% from 255) = 38.12%

R = 37.61%
G = 24.27%
B = 38.12%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC8EDF (or 0xDC8EDF) is known color: Plum. HEX triplet: DC, 8E and DF. RGB value is (220,142,223). Sum of RGB (Red+Green+Blue) = 220+142+223=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 223 (87.5% from 255 or 38.12% from 585); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC8EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8EDF is #237120. Grayscale: #AEAEAE. Windows color (decimal): -2322721 or 14651100. OLE color: 14651100.

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

Color convert

RGB 220 142 223 -
CMYK 0.01 0.36 0 0.13
HSL 297.78º 0.56% 0.72% -
HSV(B) 297.78º 0.36% 0.87% -
XYZ 52.51 39.89 74.74 -
YUV 174.56 155.34 160.41 -
System Red Green Blue C M Y K H S L
Decimal 220 142 223 0.01 0.36 0 0.13 297.78 0.56 0.72
Hex DC 8E DF 1 24 0 D 12A 38 48
Octal 334 216 337 1 44 0 15 452 70 110
Binary 11011100 10001110 11011111 1 100100 0 1101 100101010 111000 1001000

Color Harmonies of #DC8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8EDF

Black with #DC8EDF

Text Example


Text Example

White with #DC8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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