Html Css Color HEX #DAA3D2 Plum

📋 copy color: '#DAA3D2'

red 218 ◦ green 163 ◦ blue 210

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

Shades of Plum #DAA3D2

Tints of Plum #DAA3D2

RGB

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

 GREEN value IS 163 (64.06% from 255) = 27.58%

 BLUE value IS 210 (82.42% from 255) = 35.53%

R = 36.89%
G = 27.58%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#DAA3D2 (or 0xDAA3D2) is known color: Plum. HEX triplet: DA, A3 and D2. RGB value is (218,163,210). Sum of RGB (Red+Green+Blue) = 218+163+210=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 163 (64.06% from 255 or 27.58% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA3D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA3D2 is #255C2D. Grayscale: #B8B8B8. Windows color (decimal): -2448430 or 13804506. OLE color: 13804506.

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

Color convert

RGB 218 163 210 -
CMYK 0 0.25 0.04 0.15
HSL 308.73º 0.43% 0.75% -
HSV(B) 308.73º 0.25% 0.85% -
XYZ 53.64 45.75 66.98 -
YUV 184.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 218 163 210 0 0.25 0.04 0.15 308.73 0.43 0.75
Hex DA A3 D2 0 19 4 F 135 2B 4B
Octal 332 243 322 0 31 4 17 465 53 113
Binary 11011010 10100011 11010010 0 11001 100 1111 100110101 101011 1001011

Color Harmonies of #DAA3D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAA3D2

Black with #DAA3D2

Text Example


Text Example

White with #DAA3D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAA3D2; }

 p { color: rgb(218,163,210); }

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

background-color css

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

 a { background-color: rgb(218,163,210); }

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

border-color css

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

 span { border-color: rgb(218,163,210); }

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