Html Css Color HEX #DAA7DA Plum

📋 copy color: '#DAA7DA'

red 218 ◦ green 167 ◦ blue 218

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

Shades of Plum #DAA7DA

Tints of Plum #DAA7DA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.69%

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

R = 36.15%
G = 27.69%
B = 36.15%

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

#DAA7DA (or 0xDAA7DA) is known color: Plum. HEX triplet: DA, A7 and DA. RGB value is (218,167,218). Sum of RGB (Red+Green+Blue) = 218+167+218=603 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.15% from 603); Green value is 167 (65.62% from 255 or 27.69% from 603); Blue value is 218 (85.55% from 255 or 36.15% from 603); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DAA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7DA is #255825. Grayscale: #BBBBBB. Windows color (decimal): -2447398 or 14329818. OLE color: 14329818.

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

Color convert

RGB 218 167 218 -
CMYK 0 0.23 0 0.15
HSL 300º 0.41% 0.75% -
HSV(B) 300º 0.23% 0.85% -
XYZ 55.39 47.6 72.6 -
YUV 188.06 144.9 149.35 -
System Red Green Blue C M Y K H S L
Decimal 218 167 218 0 0.23 0 0.15 300 0.41 0.75
Hex DA A7 DA 0 17 0 F 12C 29 4B
Octal 332 247 332 0 27 0 17 454 51 113
Binary 11011010 10100111 11011010 0 10111 0 1111 100101100 101001 1001011

Color Harmonies of #DAA7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA7DA

Black with #DAA7DA

Text Example


Text Example

White with #DAA7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA7DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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