Html Css Color HEX #DAA0D0 Plum

📋 copy color: '#DAA0D0'

red 218 ◦ green 160 ◦ blue 208

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

Shades of Plum #DAA0D0

Tints of Plum #DAA0D0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.3%

 BLUE value IS 208 (81.64% from 255) = 35.49%

R = 37.2%
G = 27.3%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#DAA0D0 (or 0xDAA0D0) is known color: Plum. HEX triplet: DA, A0 and D0. RGB value is (218,160,208). Sum of RGB (Red+Green+Blue) = 218+160+208=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 160 (62.89% from 255 or 27.30% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0D0 is #255F2F. Grayscale: #B6B6B6. Windows color (decimal): -2449200 or 13672666. OLE color: 13672666.

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

Color convert

RGB 218 160 208 -
CMYK 0 0.27 0.05 0.15
HSL 310.34º 0.44% 0.74% -
HSV(B) 310.34º 0.27% 0.85% -
XYZ 52.87 44.6 65.5 -
YUV 182.81 142.22 153.1 -
System Red Green Blue C M Y K H S L
Decimal 218 160 208 0 0.27 0.05 0.15 310.34 0.44 0.74
Hex DA A0 D0 0 1B 5 F 136 2C 4A
Octal 332 240 320 0 33 5 17 466 54 112
Binary 11011010 10100000 11010000 0 11011 101 1111 100110110 101100 1001010

Color Harmonies of #DAA0D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0D0

Black with #DAA0D0

Text Example


Text Example

White with #DAA0D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0D0; }

 p { color: rgb(218,160,208); }

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

background-color css

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

 a { background-color: rgb(218,160,208); }

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

border-color css

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

 span { border-color: rgb(218,160,208); }

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