Html Css Color HEX #DAA2D3 Plum

📋 copy color: '#DAA2D3'

red 218 ◦ green 162 ◦ blue 211

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

Shades of Plum #DAA2D3

Tints of Plum #DAA2D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.7%

R = 36.89%
G = 27.41%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#DAA2D3 (or 0xDAA2D3) is known color: Plum. HEX triplet: DA, A2 and D3. RGB value is (218,162,211). Sum of RGB (Red+Green+Blue) = 218+162+211=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 211 (82.81% from 255 or 35.70% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA2D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA2D3 is #255D2C. Grayscale: #B8B8B8. Windows color (decimal): -2448685 or 13869786. OLE color: 13869786.

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

Color convert

RGB 218 162 211 -
CMYK 0 0.26 0.03 0.15
HSL 307.5º 0.43% 0.75% -
HSV(B) 307.5º 0.26% 0.85% -
XYZ 53.59 45.45 67.58 -
YUV 184.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 218 162 211 0 0.26 0.03 0.15 307.5 0.43 0.75
Hex DA A2 D3 0 1A 3 F 134 2B 4B
Octal 332 242 323 0 32 3 17 464 53 113
Binary 11011010 10100010 11010011 0 11010 11 1111 100110100 101011 1001011

Color Harmonies of #DAA2D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA2D3

Black with #DAA2D3

Text Example


Text Example

White with #DAA2D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA2D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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