Html Css Color HEX #DC8AD1 Plum

📋 copy color: '#DC8AD1'

red 220 ◦ green 138 ◦ blue 209

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

Shades of Plum #DC8AD1

Tints of Plum #DC8AD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.86%

R = 38.8%
G = 24.34%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#DC8AD1 (or 0xDC8AD1) is known color: Plum. HEX triplet: DC, 8A and D1. RGB value is (220,138,209). Sum of RGB (Red+Green+Blue) = 220+138+209=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 209 (82.03% from 255 or 36.86% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD1 is #23752E. Grayscale: #AAAAAA. Windows color (decimal): -2323759 or 13732572. OLE color: 13732572.

HSL color Cylindrical-coordinate representation of color #DC8AD1: hue angle of 308.05º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DC8AD1 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 138 209 -
CMYK 0 0.37 0.05 0.14
HSL 308.05º 0.54% 0.7% -
HSV(B) 308.05º 0.37% 0.86% -
XYZ 50.11 38 65.01 -
YUV 170.61 149.67 163.23 -
System Red Green Blue C M Y K H S L
Decimal 220 138 209 0 0.37 0.05 0.14 308.05 0.54 0.7
Hex DC 8A D1 0 25 5 E 134 36 46
Octal 334 212 321 0 45 5 16 464 66 106
Binary 11011100 10001010 11010001 0 100101 101 1110 100110100 110110 1000110

Color Harmonies of #DC8AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8AD1

Black with #DC8AD1

Text Example


Text Example

White with #DC8AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8AD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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