Html Css Color HEX #DC8CDF Plum

📋 copy color: '#DC8CDF'

red 220 ◦ green 140 ◦ blue 223

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

Shades of Plum #DC8CDF

Tints of Plum #DC8CDF

RGB

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

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

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

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

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 220 140 223 -
CMYK 0.01 0.37 0 0.13
HSL 297.83º 0.56% 0.71% -
HSV(B) 297.83º 0.37% 0.87% -
XYZ 52.21 39.3 74.65 -
YUV 173.38 156 161.25 -
System Red Green Blue C M Y K H S L
Decimal 220 140 223 0.01 0.37 0 0.13 297.83 0.56 0.71
Hex DC 8C DF 1 25 0 D 12A 38 47
Octal 334 214 337 1 45 0 15 452 70 107
Binary 11011100 10001100 11011111 1 100101 0 1101 100101010 111000 1000111

Color Harmonies of #DC8CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CDF

Black with #DC8CDF

Text Example


Text Example

White with #DC8CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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