Html Css Color HEX #D4A3DB Plum

📋 copy color: '#D4A3DB'

red 212 ◦ green 163 ◦ blue 219

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

Shades of Plum #D4A3DB

Tints of Plum #D4A3DB

RGB

 RED value IS 212 (83.2% from 255) = 35.69%

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

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

R = 35.69%
G = 27.44%
B = 36.87%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D4A3DB (or 0xD4A3DB) is known color: Plum. HEX triplet: D4, A3 and DB. RGB value is (212,163,219). Sum of RGB (Red+Green+Blue) = 212+163+219=594 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.69% from 594); Green value is 163 (64.06% from 255 or 27.44% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #D4A3DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4A3DB is #2B5C24. Grayscale: #B7B7B7. Windows color (decimal): -2841637 or 14394324. OLE color: 14394324.

HSL color Cylindrical-coordinate representation of color #D4A3DB: hue angle of 292.5º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D4A3DB is Cyan = 0.03, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 163 219 -
CMYK 0.03 0.26 0 0.14
HSL 292.5º 0.44% 0.75% -
HSV(B) 292.5º 0.26% 0.86% -
XYZ 53.03 45.31 72.97 -
YUV 184.04 147.73 147.95 -
System Red Green Blue C M Y K H S L
Decimal 212 163 219 0.03 0.26 0 0.14 292.5 0.44 0.75
Hex D4 A3 DB 3 1A 0 E 124 2C 4B
Octal 324 243 333 3 32 0 16 444 54 113
Binary 11010100 10100011 11011011 11 11010 0 1110 100100100 101100 1001011

Color Harmonies of #D4A3DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A3DB

Black with #D4A3DB

Text Example


Text Example

White with #D4A3DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A3DB; }

 p { color: rgb(212,163,219); }

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

background-color css

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

 a { background-color: rgb(212,163,219); }

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

border-color css

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

 span { border-color: rgb(212,163,219); }

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