Html Css Color HEX #DAA8DA Plum

📋 copy color: '#DAA8DA'

red 218 ◦ green 168 ◦ blue 218

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

Shades of Plum #DAA8DA

Tints of Plum #DAA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.81%

 BLUE value IS 218 (85.55% from 255) = 36.09%

R = 36.09%
G = 27.81%
B = 36.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#DAA8DA (or 0xDAA8DA) is known color: Plum. HEX triplet: DA, A8 and DA. RGB value is (218,168,218). Sum of RGB (Red+Green+Blue) = 218+168+218=604 (80% of max value = 765). Red value is 218 (85.55% from 255 or 36.09% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 218 (85.55% from 255 or 36.09% from 604); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA8DA is #255725. Grayscale: #BCBCBC. Windows color (decimal): -2447142 or 14330074. OLE color: 14330074.

HSL color Cylindrical-coordinate representation of color #DAA8DA: hue angle of 300º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA8DA is Cyan = 0, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 168 218 -
CMYK 0 0.23 0 0.15
HSL 300º 0.4% 0.76% -
HSV(B) 300º 0.23% 0.85% -
XYZ 55.57 47.97 72.66 -
YUV 188.65 144.57 148.93 -
System Red Green Blue C M Y K H S L
Decimal 218 168 218 0 0.23 0 0.15 300 0.4 0.76
Hex DA A8 DA 0 17 0 F 12C 28 4C
Octal 332 250 332 0 27 0 17 454 50 114
Binary 11011010 10101000 11011010 0 10111 0 1111 100101100 101000 1001100

Color Harmonies of #DAA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA8DA

Black with #DAA8DA

Text Example


Text Example

White with #DAA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA8DA; }

 p { color: rgb(218,168,218); }

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

background-color css

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

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

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

border-color css

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

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

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