Html Css Color HEX #DAA3E9 Plum

📋 copy color: '#DAA3E9'

red 218 ◦ green 163 ◦ blue 233

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

Shades of Plum #DAA3E9

Tints of Plum #DAA3E9

RGB

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

 GREEN value IS 163 (64.06% from 255) = 26.55%

 BLUE value IS 233 (91.41% from 255) = 37.95%

R = 35.5%
G = 26.55%
B = 37.95%

CMYK

 C value IS 0.06

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAA3E9 (or 0xDAA3E9) is known color: Plum. HEX triplet: DA, A3 and E9. RGB value is (218,163,233). Sum of RGB (Red+Green+Blue) = 218+163+233=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 163 (64.06% from 255 or 26.55% from 614); Blue value is 233 (91.41% from 255 or 37.95% from 614); Max value from RGB is 233 - color contains mainly: blue. Hex color #DAA3E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3E9 is #255C16. Grayscale: #BBBBBB. Windows color (decimal): -2448407 or 15311834. OLE color: 15311834.

HSL color Cylindrical-coordinate representation of color #DAA3E9: hue angle of 287.14º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DAA3E9 is Cyan = 0.06, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 163 233 -
CMYK 0.06 0.30 0 0.09
HSL 287.14º 0.61% 0.78% -
HSV(B) 287.14º 0.3% 0.91% -
XYZ 56.72 46.98 83.17 -
YUV 187.43 153.72 149.81 -
System Red Green Blue C M Y K H S L
Decimal 218 163 233 0.06 0.30 0 0.09 287.14 0.61 0.78
Hex DA A3 E9 6 1E 0 9 11F 3D 4E
Octal 332 243 351 6 36 0 11 437 75 116
Binary 11011010 10100011 11101001 110 11110 0 1001 100011111 111101 1001110

Color Harmonies of #DAA3E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3E9

Black with #DAA3E9

Text Example


Text Example

White with #DAA3E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3E9; }

 p { color: rgb(218,163,233); }

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

background-color css

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

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

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

border-color css

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

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

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