Html Css Color HEX #DC8AD4 Plum

📋 copy color: '#DC8AD4'

red 220 ◦ green 138 ◦ blue 212

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

Shades of Plum #DC8AD4

Tints of Plum #DC8AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.19%

R = 38.6%
G = 24.21%
B = 37.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC8AD4 (or 0xDC8AD4) is known color: Plum. HEX triplet: DC, 8A and D4. RGB value is (220,138,212). Sum of RGB (Red+Green+Blue) = 220+138+212=570 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.60% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 212 (83.20% from 255 or 37.19% from 570); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC8AD4 is #23752B. Grayscale: #AAAAAA. Windows color (decimal): -2323756 or 13929180. OLE color: 13929180.

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

Color convert

RGB 220 138 212 -
CMYK 0 0.37 0.04 0.14
HSL 305.85º 0.54% 0.7% -
HSV(B) 305.85º 0.37% 0.86% -
XYZ 50.49 38.15 66.99 -
YUV 170.95 151.17 162.98 -
System Red Green Blue C M Y K H S L
Decimal 220 138 212 0 0.37 0.04 0.14 305.85 0.54 0.7
Hex DC 8A D4 0 25 4 E 132 36 46
Octal 334 212 324 0 45 4 16 462 66 106
Binary 11011100 10001010 11010100 0 100101 100 1110 100110010 110110 1000110

Color Harmonies of #DC8AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8AD4

Black with #DC8AD4

Text Example


Text Example

White with #DC8AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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