Html Css Color HEX #D3A8DB Plum

📋 copy color: '#D3A8DB'

red 211 ◦ green 168 ◦ blue 219

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

Shades of Plum #D3A8DB

Tints of Plum #D3A8DB

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.09%

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

R = 35.28%
G = 28.09%
B = 36.62%

CMYK

 C value IS 0.04

 M value IS 0.23

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D3A8DB (or 0xD3A8DB) is known color: Plum. HEX triplet: D3, A8 and DB. RGB value is (211,168,219). Sum of RGB (Red+Green+Blue) = 211+168+219=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3A8DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3A8DB is #2C5724. Grayscale: #BABABA. Windows color (decimal): -2905893 or 14395603. OLE color: 14395603.

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

Color convert

RGB 211 168 219 -
CMYK 0.04 0.23 0 0.14
HSL 290.59º 0.41% 0.76% -
HSV(B) 290.59º 0.23% 0.86% -
XYZ 53.65 46.97 73.26 -
YUV 186.67 146.25 145.35 -
System Red Green Blue C M Y K H S L
Decimal 211 168 219 0.04 0.23 0 0.14 290.59 0.41 0.76
Hex D3 A8 DB 4 17 0 E 123 29 4C
Octal 323 250 333 4 27 0 16 443 51 114
Binary 11010011 10101000 11011011 100 10111 0 1110 100100011 101001 1001100

Color Harmonies of #D3A8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3A8DB

Black with #D3A8DB

Text Example


Text Example

White with #D3A8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3A8DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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