Html Css Color HEX #DAA3E7 Plum

📋 copy color: '#DAA3E7'

red 218 ◦ green 163 ◦ blue 231

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

Shades of Plum #DAA3E7

Tints of Plum #DAA3E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 35.62%
G = 26.63%
B = 37.75%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DAA3E7 (or 0xDAA3E7) is known color: Plum. HEX triplet: DA, A3 and E7. RGB value is (218,163,231). Sum of RGB (Red+Green+Blue) = 218+163+231=612 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.62% from 612); Green value is 163 (64.06% from 255 or 26.63% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #DAA3E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAA3E7 is #255C18. Grayscale: #BABABA. Windows color (decimal): -2448409 or 15180762. OLE color: 15180762.

HSL color Cylindrical-coordinate representation of color #DAA3E7: hue angle of 288.53º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAA3E7 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 163 231 -
CMYK 0.06 0.29 0 0.09
HSL 288.53º 0.59% 0.77% -
HSV(B) 288.53º 0.29% 0.91% -
XYZ 56.43 46.87 81.67 -
YUV 187.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 218 163 231 0.06 0.29 0 0.09 288.53 0.59 0.77
Hex DA A3 E7 6 1D 0 9 121 3B 4D
Octal 332 243 347 6 35 0 11 441 73 115
Binary 11011010 10100011 11100111 110 11101 0 1001 100100001 111011 1001101

Color Harmonies of #DAA3E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3E7

Black with #DAA3E7

Text Example


Text Example

White with #DAA3E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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