Html Css Color HEX #DC8FDF Plum

📋 copy color: '#DC8FDF'

red 220 ◦ green 143 ◦ blue 223

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

Shades of Plum #DC8FDF

Tints of Plum #DC8FDF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.4%

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

R = 37.54%
G = 24.4%
B = 38.05%

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

#DC8FDF (or 0xDC8FDF) is known color: Plum. HEX triplet: DC, 8F and DF. RGB value is (220,143,223). Sum of RGB (Red+Green+Blue) = 220+143+223=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 143 (56.25% from 255 or 24.40% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC8FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDF is #237020. Grayscale: #AEAEAE. Windows color (decimal): -2322465 or 14651356. OLE color: 14651356.

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

Color convert

RGB 220 143 223 -
CMYK 0.01 0.36 0 0.13
HSL 297.75º 0.56% 0.72% -
HSV(B) 297.75º 0.36% 0.87% -
XYZ 52.66 40.19 74.79 -
YUV 175.14 155.01 160 -
System Red Green Blue C M Y K H S L
Decimal 220 143 223 0.01 0.36 0 0.13 297.75 0.56 0.72
Hex DC 8F DF 1 24 0 D 12A 38 48
Octal 334 217 337 1 44 0 15 452 70 110
Binary 11011100 10001111 11011111 1 100100 0 1101 100101010 111000 1001000

Color Harmonies of #DC8FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8FDF

Black with #DC8FDF

Text Example


Text Example

White with #DC8FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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