Html Css Color HEX #DAA5E3 Plum

📋 copy color: '#DAA5E3'

red 218 ◦ green 165 ◦ blue 227

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

Shades of Plum #DAA5E3

Tints of Plum #DAA5E3

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.05%

 BLUE value IS 227 (89.06% from 255) = 37.21%

R = 35.74%
G = 27.05%
B = 37.21%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DAA5E3 (or 0xDAA5E3) is known color: Plum. HEX triplet: DA, A5 and E3. RGB value is (218,165,227). Sum of RGB (Red+Green+Blue) = 218+165+227=610 (80% of max value = 765). Red value is 218 (85.55% from 255 or 35.74% from 610); Green value is 165 (64.84% from 255 or 27.05% from 610); Blue value is 227 (89.06% from 255 or 37.21% from 610); Max value from RGB is 227 - color contains mainly: blue. Hex color #DAA5E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5E3 is #255A1C. Grayscale: #BBBBBB. Windows color (decimal): -2447901 or 14919130. OLE color: 14919130.

HSL color Cylindrical-coordinate representation of color #DAA5E3: hue angle of 291.29º degrees, saturation: 0.53, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAA5E3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 218 165 227 -
CMYK 0.04 0.27 0 0.11
HSL 291.29º 0.53% 0.77% -
HSV(B) 291.29º 0.27% 0.89% -
XYZ 56.23 47.36 78.85 -
YUV 187.92 150.06 149.46 -
System Red Green Blue C M Y K H S L
Decimal 218 165 227 0.04 0.27 0 0.11 291.29 0.53 0.77
Hex DA A5 E3 4 1B 0 B 123 35 4D
Octal 332 245 343 4 33 0 13 443 65 115
Binary 11011010 10100101 11100011 100 11011 0 1011 100100011 110101 1001101

Color Harmonies of #DAA5E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5E3

Black with #DAA5E3

Text Example


Text Example

White with #DAA5E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5E3; }

 p { color: rgb(218,165,227); }

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

background-color css

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

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

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

border-color css

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

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

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