Html Css Color HEX #DC8ADD Plum

📋 copy color: '#DC8ADD'

red 220 ◦ green 138 ◦ blue 221

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

Shades of Plum #DC8ADD

Tints of Plum #DC8ADD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.83%

 BLUE value IS 221 (86.72% from 255) = 38.17%

R = 38%
G = 23.83%
B = 38.17%

CMYK

 C value IS 0.00

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC8ADD (or 0xDC8ADD) is known color: Plum. HEX triplet: DC, 8A and DD. RGB value is (220,138,221). Sum of RGB (Red+Green+Blue) = 220+138+221=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 221 (86.72% from 255 or 38.17% from 579); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC8ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8ADD is #237522. Grayscale: #ABABAB. Windows color (decimal): -2323747 or 14519004. OLE color: 14519004.

HSL color Cylindrical-coordinate representation of color #DC8ADD: hue angle of 299.28º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DC8ADD is Cyan = 0.00, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 138 221 -
CMYK 0.00 0.38 0 0.13
HSL 299.28º 0.55% 0.7% -
HSV(B) 299.28º 0.38% 0.87% -
XYZ 51.65 38.61 73.14 -
YUV 171.98 155.67 162.25 -
System Red Green Blue C M Y K H S L
Decimal 220 138 221 0.00 0.38 0 0.13 299.28 0.55 0.7
Hex DC 8A DD 0 26 0 D 12B 37 46
Octal 334 212 335 0 46 0 15 453 67 106
Binary 11011100 10001010 11011101 0 100110 0 1101 100101011 110111 1000110

Color Harmonies of #DC8ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8ADD

Black with #DC8ADD

Text Example


Text Example

White with #DC8ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8ADD; }

 p { color: rgb(220,138,221); }

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

background-color css

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

 a { background-color: rgb(220,138,221); }

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

border-color css

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

 span { border-color: rgb(220,138,221); }

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