Html Css Color HEX #D3A0DB Plum

📋 copy color: '#D3A0DB'

red 211 ◦ green 160 ◦ blue 219

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

Shades of Plum #D3A0DB

Tints of Plum #D3A0DB

RGB

 RED value IS 211 (82.81% from 255) = 35.76%

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

 BLUE value IS 219 (85.94% from 255) = 37.12%

R = 35.76%
G = 27.12%
B = 37.12%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3A0DB (or 0xD3A0DB) is known color: Plum. HEX triplet: D3, A0 and DB. RGB value is (211,160,219). Sum of RGB (Red+Green+Blue) = 211+160+219=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 219 (85.94% from 255 or 37.12% from 590); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A0DB is #2C5F24. Grayscale: #B5B5B5. Windows color (decimal): -2907941 or 14393555. OLE color: 14393555.

HSL color Cylindrical-coordinate representation of color #D3A0DB: hue angle of 291.86º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3A0DB is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 211 160 219 -
CMYK 0.04 0.27 0 0.14
HSL 291.86º 0.45% 0.74% -
HSV(B) 291.86º 0.27% 0.86% -
XYZ 52.22 44.1 72.78 -
YUV 181.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 211 160 219 0.04 0.27 0 0.14 291.86 0.45 0.74
Hex D3 A0 DB 4 1B 0 E 124 2D 4A
Octal 323 240 333 4 33 0 16 444 55 112
Binary 11010011 10100000 11011011 100 11011 0 1110 100100100 101101 1001010

Color Harmonies of #D3A0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A0DB

Black with #D3A0DB

Text Example


Text Example

White with #D3A0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A0DB; }

 p { color: rgb(211,160,219); }

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

background-color css

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

 a { background-color: rgb(211,160,219); }

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

border-color css

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

 span { border-color: rgb(211,160,219); }

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