Html Css Color HEX #DAA1CD Plum

📋 copy color: '#DAA1CD'

red 218 ◦ green 161 ◦ blue 205

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

Shades of Plum #DAA1CD

Tints of Plum #DAA1CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.1%

R = 37.33%
G = 27.57%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#DAA1CD (or 0xDAA1CD) is known color: Plum. HEX triplet: DA, A1 and CD. RGB value is (218,161,205). Sum of RGB (Red+Green+Blue) = 218+161+205=584 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.33% from 584); Green value is 161 (63.28% from 255 or 27.57% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA1CD is #255E32. Grayscale: #B6B6B6. Windows color (decimal): -2448947 or 13476314. OLE color: 13476314.

HSL color Cylindrical-coordinate representation of color #DAA1CD: hue angle of 313.68º 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 #DAA1CD is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 161 205 -
CMYK 0 0.26 0.06 0.15
HSL 313.68º 0.44% 0.74% -
HSV(B) 313.68º 0.26% 0.85% -
XYZ 52.68 44.8 63.63 -
YUV 183.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 218 161 205 0 0.26 0.06 0.15 313.68 0.44 0.74
Hex DA A1 CD 0 1A 6 F 13A 2C 4A
Octal 332 241 315 0 32 6 17 472 54 112
Binary 11011010 10100001 11001101 0 11010 110 1111 100111010 101100 1001010

Color Harmonies of #DAA1CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA1CD

Black with #DAA1CD

Text Example


Text Example

White with #DAA1CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA1CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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