Html Css Color HEX #DAA2D5 Plum

📋 copy color: '#DAA2D5'

red 218 ◦ green 162 ◦ blue 213

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

Shades of Plum #DAA2D5

Tints of Plum #DAA2D5

RGB

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

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

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

R = 36.76%
G = 27.32%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#DAA2D5 (or 0xDAA2D5) is known color: Plum. HEX triplet: DA, A2 and D5. RGB value is (218,162,213). Sum of RGB (Red+Green+Blue) = 218+162+213=593 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.76% from 593); Green value is 162 (63.67% from 255 or 27.32% from 593); Blue value is 213 (83.59% from 255 or 35.92% from 593); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D5 is #255D2A. Grayscale: #B8B8B8. Windows color (decimal): -2448683 or 14000858. OLE color: 14000858.

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

Color convert

RGB 218 162 213 -
CMYK 0 0.26 0.02 0.15
HSL 305.36º 0.43% 0.75% -
HSV(B) 305.36º 0.26% 0.85% -
XYZ 53.84 45.55 68.9 -
YUV 184.56 144.05 151.85 -
System Red Green Blue C M Y K H S L
Decimal 218 162 213 0 0.26 0.02 0.15 305.36 0.43 0.75
Hex DA A2 D5 0 1A 2 F 131 2B 4B
Octal 332 242 325 0 32 2 17 461 53 113
Binary 11011010 10100010 11010101 0 11010 10 1111 100110001 101011 1001011

Color Harmonies of #DAA2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2D5

Black with #DAA2D5

Text Example


Text Example

White with #DAA2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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