Html Css Color HEX #D29BDA Plum

📋 copy color: '#D29BDA'

red 210 ◦ green 155 ◦ blue 218

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

Shades of Plum #D29BDA

Tints of Plum #D29BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.59%

 BLUE value IS 218 (85.55% from 255) = 37.39%

R = 36.02%
G = 26.59%
B = 37.39%

CMYK

 C value IS 0.04

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D29BDA (or 0xD29BDA) is known color: Plum. HEX triplet: D2, 9B and DA. RGB value is (210,155,218). Sum of RGB (Red+Green+Blue) = 210+155+218=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29BDA is #2D6425. Grayscale: #B2B2B2. Windows color (decimal): -2974758 or 14326738. OLE color: 14326738.

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

Color convert

RGB 210 155 218 -
CMYK 0.04 0.29 0 0.15
HSL 292.38º 0.46% 0.73% -
HSV(B) 292.38º 0.29% 0.85% -
XYZ 50.95 42.21 71.79 -
YUV 178.63 150.22 150.38 -
System Red Green Blue C M Y K H S L
Decimal 210 155 218 0.04 0.29 0 0.15 292.38 0.46 0.73
Hex D2 9B DA 4 1D 0 F 124 2E 49
Octal 322 233 332 4 35 0 17 444 56 111
Binary 11010010 10011011 11011010 100 11101 0 1111 100100100 101110 1001001

Color Harmonies of #D29BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29BDA

Black with #D29BDA

Text Example


Text Example

White with #D29BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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