Html Css Color HEX #DC8AD2 Plum

📋 copy color: '#DC8AD2'

red 220 ◦ green 138 ◦ blue 210

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

Shades of Plum #DC8AD2

Tints of Plum #DC8AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 36.97%

R = 38.73%
G = 24.3%
B = 36.97%

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

#DC8AD2 (or 0xDC8AD2) is known color: Plum. HEX triplet: DC, 8A and D2. RGB value is (220,138,210). Sum of RGB (Red+Green+Blue) = 220+138+210=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD2 is #23752D. Grayscale: #AAAAAA. Windows color (decimal): -2323758 or 13798108. OLE color: 13798108.

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

Color convert

RGB 220 138 210 -
CMYK 0 0.37 0.05 0.14
HSL 307.32º 0.54% 0.7% -
HSV(B) 307.32º 0.37% 0.86% -
XYZ 50.24 38.05 65.67 -
YUV 170.73 150.17 163.15 -
System Red Green Blue C M Y K H S L
Decimal 220 138 210 0 0.37 0.05 0.14 307.32 0.54 0.7
Hex DC 8A D2 0 25 5 E 133 36 46
Octal 334 212 322 0 45 5 16 463 66 106
Binary 11011100 10001010 11010010 0 100101 101 1110 100110011 110110 1000110

Color Harmonies of #DC8AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8AD2

Black with #DC8AD2

Text Example


Text Example

White with #DC8AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8AD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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