Html Css Color HEX #DAA1D4 Plum

📋 copy color: '#DAA1D4'

red 218 ◦ green 161 ◦ blue 212

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

Shades of Plum #DAA1D4

Tints of Plum #DAA1D4

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.24%

 BLUE value IS 212 (83.2% from 255) = 35.87%

R = 36.89%
G = 27.24%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAA1D4 (or 0xDAA1D4) is known color: Plum. HEX triplet: DA, A1 and D4. RGB value is (218,161,212). Sum of RGB (Red+Green+Blue) = 218+161+212=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 161 (63.28% from 255 or 27.24% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1D4 is #255E2B. Grayscale: #B7B7B7. Windows color (decimal): -2448940 or 13935066. OLE color: 13935066.

HSL color Cylindrical-coordinate representation of color #DAA1D4: hue angle of 306.32º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAA1D4 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 212 -
CMYK 0 0.26 0.03 0.15
HSL 306.32º 0.44% 0.74% -
HSV(B) 306.32º 0.26% 0.85% -
XYZ 53.54 45.15 68.18 -
YUV 183.86 143.88 152.35 -
System Red Green Blue C M Y K H S L
Decimal 218 161 212 0 0.26 0.03 0.15 306.32 0.44 0.74
Hex DA A1 D4 0 1A 3 F 132 2C 4A
Octal 332 241 324 0 32 3 17 462 54 112
Binary 11011010 10100001 11010100 0 11010 11 1111 100110010 101100 1001010

Color Harmonies of #DAA1D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1D4

Black with #DAA1D4

Text Example


Text Example

White with #DAA1D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1D4; }

 p { color: rgb(218,161,212); }

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

background-color css

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

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

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

border-color css

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

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

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