Html Css Color HEX #DAA0CF Plum

📋 copy color: '#DAA0CF'

red 218 ◦ green 160 ◦ blue 207

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

Shades of Plum #DAA0CF

Tints of Plum #DAA0CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.38%

R = 37.26%
G = 27.35%
B = 35.38%

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

#DAA0CF (or 0xDAA0CF) is known color: Plum. HEX triplet: DA, A0 and CF. RGB value is (218,160,207). Sum of RGB (Red+Green+Blue) = 218+160+207=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 160 (62.89% from 255 or 27.35% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA0CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA0CF is #255F30. Grayscale: #B6B6B6. Windows color (decimal): -2449201 or 13607130. OLE color: 13607130.

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

Color convert

RGB 218 160 207 -
CMYK 0 0.27 0.05 0.15
HSL 311.38º 0.44% 0.74% -
HSV(B) 311.38º 0.27% 0.85% -
XYZ 52.75 44.55 64.85 -
YUV 182.7 141.72 153.18 -
System Red Green Blue C M Y K H S L
Decimal 218 160 207 0 0.27 0.05 0.15 311.38 0.44 0.74
Hex DA A0 CF 0 1B 5 F 137 2C 4A
Octal 332 240 317 0 33 5 17 467 54 112
Binary 11011010 10100000 11001111 0 11011 101 1111 100110111 101100 1001010

Color Harmonies of #DAA0CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA0CF

Black with #DAA0CF

Text Example


Text Example

White with #DAA0CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA0CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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