Html Css Color HEX #DA8FDC Plum

📋 copy color: '#DA8FDC'

red 218 ◦ green 143 ◦ blue 220

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

Shades of Plum #DA8FDC

Tints of Plum #DA8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.61%

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

R = 37.52%
G = 24.61%
B = 37.87%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8FDC (or 0xDA8FDC) is known color: Plum. HEX triplet: DA, 8F and DC. RGB value is (218,143,220). Sum of RGB (Red+Green+Blue) = 218+143+220=581 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.52% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8FDC is #257023. Grayscale: #ADADAD. Windows color (decimal): -2453540 or 14454746. OLE color: 14454746.

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

Color convert

RGB 218 143 220 -
CMYK 0.01 0.35 0 0.14
HSL 298.44º 0.52% 0.71% -
HSV(B) 298.44º 0.35% 0.86% -
XYZ 51.65 39.72 72.65 -
YUV 174.2 153.85 159.24 -
System Red Green Blue C M Y K H S L
Decimal 218 143 220 0.01 0.35 0 0.14 298.44 0.52 0.71
Hex DA 8F DC 1 23 0 E 12A 34 47
Octal 332 217 334 1 43 0 16 452 64 107
Binary 11011010 10001111 11011100 1 100011 0 1110 100101010 110100 1000111

Color Harmonies of #DA8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8FDC

Black with #DA8FDC

Text Example


Text Example

White with #DA8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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