Html Css Color HEX #DAA2CD Plum

📋 copy color: '#DAA2CD'

red 218 ◦ green 162 ◦ blue 205

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

Shades of Plum #DAA2CD

Tints of Plum #DAA2CD

RGB

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

 GREEN value IS 162 (63.67% from 255) = 27.69%

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

R = 37.26%
G = 27.69%
B = 35.04%

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

#DAA2CD (or 0xDAA2CD) is known color: Plum. HEX triplet: DA, A2 and CD. RGB value is (218,162,205). Sum of RGB (Red+Green+Blue) = 218+162+205=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 162 (63.67% from 255 or 27.69% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2CD is #255D32. Grayscale: #B7B7B7. Windows color (decimal): -2448691 or 13476570. OLE color: 13476570.

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

Color convert

RGB 218 162 205 -
CMYK 0 0.26 0.06 0.15
HSL 313.93º 0.43% 0.75% -
HSV(B) 313.93º 0.26% 0.85% -
XYZ 52.85 45.15 63.69 -
YUV 183.65 140.05 152.5 -
System Red Green Blue C M Y K H S L
Decimal 218 162 205 0 0.26 0.06 0.15 313.93 0.43 0.75
Hex DA A2 CD 0 1A 6 F 13A 2B 4B
Octal 332 242 315 0 32 6 17 472 53 113
Binary 11011010 10100010 11001101 0 11010 110 1111 100111010 101011 1001011

Color Harmonies of #DAA2CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2CD

Black with #DAA2CD

Text Example


Text Example

White with #DAA2CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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