Html Css Color HEX #D29FDA Plum

📋 copy color: '#D29FDA'

red 210 ◦ green 159 ◦ blue 218

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

Shades of Plum #D29FDA

Tints of Plum #D29FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.09%

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

R = 35.78%
G = 27.09%
B = 37.14%

CMYK

 C value IS 0.04

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D29FDA (or 0xD29FDA) is known color: Plum. HEX triplet: D2, 9F and DA. RGB value is (210,159,218). Sum of RGB (Red+Green+Blue) = 210+159+218=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 218 (85.55% from 255 or 37.14% from 587); Max value from RGB is 218 - color contains mainly: blue. Hex color #D29FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FDA is #2D6025. Grayscale: #B4B4B4. Windows color (decimal): -2973734 or 14327762. OLE color: 14327762.

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

Color convert

RGB 210 159 218 -
CMYK 0.04 0.27 0 0.15
HSL 291.86º 0.44% 0.74% -
HSV(B) 291.86º 0.27% 0.85% -
XYZ 51.63 43.56 72.02 -
YUV 180.98 148.9 148.7 -
System Red Green Blue C M Y K H S L
Decimal 210 159 218 0.04 0.27 0 0.15 291.86 0.44 0.74
Hex D2 9F DA 4 1B 0 F 124 2C 4A
Octal 322 237 332 4 33 0 17 444 54 112
Binary 11010010 10011111 11011010 100 11011 0 1111 100100100 101100 1001010

Color Harmonies of #D29FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FDA

Black with #D29FDA

Text Example


Text Example

White with #D29FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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