Html Css Color HEX #DAA5D5 Plum

📋 copy color: '#DAA5D5'

red 218 ◦ green 165 ◦ blue 213

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

Shades of Plum #DAA5D5

Tints of Plum #DAA5D5

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.68%

 BLUE value IS 213 (83.59% from 255) = 35.74%

R = 36.58%
G = 27.68%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAA5D5 (or 0xDAA5D5) is known color: Plum. HEX triplet: DA, A5 and D5. RGB value is (218,165,213). Sum of RGB (Red+Green+Blue) = 218+165+213=596 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.58% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 213 (83.59% from 255 or 35.74% from 596); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA5D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA5D5 is #255A2A. Grayscale: #BABABA. Windows color (decimal): -2447915 or 14001626. OLE color: 14001626.

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

Color convert

RGB 218 165 213 -
CMYK 0 0.24 0.02 0.15
HSL 305.66º 0.42% 0.75% -
HSV(B) 305.66º 0.24% 0.85% -
XYZ 54.38 46.62 69.08 -
YUV 186.32 143.06 150.6 -
System Red Green Blue C M Y K H S L
Decimal 218 165 213 0 0.24 0.02 0.15 305.66 0.42 0.75
Hex DA A5 D5 0 18 2 F 132 2A 4B
Octal 332 245 325 0 30 2 17 462 52 113
Binary 11011010 10100101 11010101 0 11000 10 1111 100110010 101010 1001011

Color Harmonies of #DAA5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA5D5

Black with #DAA5D5

Text Example


Text Example

White with #DAA5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA5D5; }

 p { color: rgb(218,165,213); }

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

background-color css

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

 a { background-color: rgb(218,165,213); }

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

border-color css

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

 span { border-color: rgb(218,165,213); }

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