Html Css Color HEX #DA8CDC Plum

📋 copy color: '#DA8CDC'

red 218 ◦ green 140 ◦ blue 220

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

Shades of Plum #DA8CDC

Tints of Plum #DA8CDC

RGB

 RED value IS 218 (85.55% from 255) = 37.72%

 GREEN value IS 140 (55.08% from 255) = 24.22%

 BLUE value IS 220 (86.33% from 255) = 38.06%

R = 37.72%
G = 24.22%
B = 38.06%

CMYK

 C value IS 0.01

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8CDC (or 0xDA8CDC) is known color: Plum. HEX triplet: DA, 8C and DC. RGB value is (218,140,220). Sum of RGB (Red+Green+Blue) = 218+140+220=578 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.72% from 578); Green value is 140 (55.08% from 255 or 24.22% from 578); Blue value is 220 (86.33% from 255 or 38.06% from 578); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8CDC is #257323. Grayscale: #ACACAC. Windows color (decimal): -2454308 or 14453978. OLE color: 14453978.

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

Color convert

RGB 218 140 220 -
CMYK 0.01 0.36 0 0.14
HSL 298.5º 0.53% 0.71% -
HSV(B) 298.5º 0.36% 0.86% -
XYZ 51.21 38.83 72.51 -
YUV 172.44 154.84 160.5 -
System Red Green Blue C M Y K H S L
Decimal 218 140 220 0.01 0.36 0 0.14 298.5 0.53 0.71
Hex DA 8C DC 1 24 0 E 12A 35 47
Octal 332 214 334 1 44 0 16 452 65 107
Binary 11011010 10001100 11011100 1 100100 0 1110 100101010 110101 1000111

Color Harmonies of #DA8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8CDC

Black with #DA8CDC

Text Example


Text Example

White with #DA8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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