Html Css Color HEX #DA8ADC Plum

📋 copy color: '#DA8ADC'

red 218 ◦ green 138 ◦ blue 220

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

Shades of Plum #DA8ADC

Tints of Plum #DA8ADC

RGB

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

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

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

R = 37.85%
G = 23.96%
B = 38.19%

CMYK

 C value IS 0.01

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DA8ADC (or 0xDA8ADC) is known color: Plum. HEX triplet: DA, 8A and DC. RGB value is (218,138,220). Sum of RGB (Red+Green+Blue) = 218+138+220=576 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.85% from 576); Green value is 138 (54.30% from 255 or 23.96% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA8ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA8ADC is #257523. Grayscale: #ABABAB. Windows color (decimal): -2454820 or 14453466. OLE color: 14453466.

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

Color convert

RGB 218 138 220 -
CMYK 0.01 0.37 0 0.14
HSL 298.54º 0.54% 0.7% -
HSV(B) 298.54º 0.37% 0.86% -
XYZ 50.92 38.25 72.41 -
YUV 171.27 155.5 161.33 -
System Red Green Blue C M Y K H S L
Decimal 218 138 220 0.01 0.37 0 0.14 298.54 0.54 0.7
Hex DA 8A DC 1 25 0 E 12B 36 46
Octal 332 212 334 1 45 0 16 453 66 106
Binary 11011010 10001010 11011100 1 100101 0 1110 100101011 110110 1000110

Color Harmonies of #DA8ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8ADC

Black with #DA8ADC

Text Example


Text Example

White with #DA8ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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