Html Css Color HEX #DC8FDA Plum

📋 copy color: '#DC8FDA'

red 220 ◦ green 143 ◦ blue 218

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

Shades of Plum #DC8FDA

Tints of Plum #DC8FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.52%

R = 37.87%
G = 24.61%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC8FDA (or 0xDC8FDA) is known color: Plum. HEX triplet: DC, 8F and DA. RGB value is (220,143,218). Sum of RGB (Red+Green+Blue) = 220+143+218=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 218 (85.55% from 255 or 37.52% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8FDA is #237025. Grayscale: #AEAEAE. Windows color (decimal): -2322470 or 14323676. OLE color: 14323676.

HSL color Cylindrical-coordinate representation of color #DC8FDA: hue angle of 301.56º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC8FDA is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 143 218 -
CMYK 0 0.35 0.01 0.14
HSL 301.56º 0.52% 0.71% -
HSV(B) 301.56º 0.35% 0.86% -
XYZ 51.99 39.92 71.3 -
YUV 174.57 152.51 160.4 -
System Red Green Blue C M Y K H S L
Decimal 220 143 218 0 0.35 0.01 0.14 301.56 0.52 0.71
Hex DC 8F DA 0 23 1 E 12E 34 47
Octal 334 217 332 0 43 1 16 456 64 107
Binary 11011100 10001111 11011010 0 100011 1 1110 100101110 110100 1000111

Color Harmonies of #DC8FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8FDA

Black with #DC8FDA

Text Example


Text Example

White with #DC8FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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