Html Css Color HEX #D29ADB Plum

📋 copy color: '#D29ADB'

red 210 ◦ green 154 ◦ blue 219

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

Shades of Plum #D29ADB

Tints of Plum #D29ADB

RGB

 RED value IS 210 (82.42% from 255) = 36.02%

 GREEN value IS 154 (60.55% from 255) = 26.42%

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

R = 36.02%
G = 26.42%
B = 37.56%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D29ADB (or 0xD29ADB) is known color: Plum. HEX triplet: D2, 9A and DB. RGB value is (210,154,219). Sum of RGB (Red+Green+Blue) = 210+154+219=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 154 (60.55% from 255 or 26.42% from 583); Blue value is 219 (85.94% from 255 or 37.56% from 583); Max value from RGB is 219 - color contains mainly: blue. Hex color #D29ADB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29ADB is #2D6524. Grayscale: #B1B1B1. Windows color (decimal): -2975013 or 14392018. OLE color: 14392018.

HSL color Cylindrical-coordinate representation of color #D29ADB: hue angle of 291.69º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D29ADB is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 154 219 -
CMYK 0.04 0.30 0 0.14
HSL 291.69º 0.47% 0.73% -
HSV(B) 291.69º 0.3% 0.86% -
XYZ 50.92 41.93 72.43 -
YUV 178.15 151.05 150.71 -
System Red Green Blue C M Y K H S L
Decimal 210 154 219 0.04 0.30 0 0.14 291.69 0.47 0.73
Hex D2 9A DB 4 1E 0 E 124 2F 49
Octal 322 232 333 4 36 0 16 444 57 111
Binary 11010010 10011010 11011011 100 11110 0 1110 100100100 101111 1001001

Color Harmonies of #D29ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29ADB

Black with #D29ADB

Text Example


Text Example

White with #D29ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29ADB; }

 p { color: rgb(210,154,219); }

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

background-color css

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

 a { background-color: rgb(210,154,219); }

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

border-color css

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

 span { border-color: rgb(210,154,219); }

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