Html Css Color HEX #D29FD8 Plum

📋 copy color: '#D29FD8'

red 210 ◦ green 159 ◦ blue 216

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

Shades of Plum #D29FD8

Tints of Plum #D29FD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 36.92%

R = 35.9%
G = 27.18%
B = 36.92%

CMYK

 C value IS 0.03

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D29FD8 (or 0xD29FD8) is known color: Plum. HEX triplet: D2, 9F and D8. RGB value is (210,159,216). Sum of RGB (Red+Green+Blue) = 210+159+216=585 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.90% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 216 (84.77% from 255 or 36.92% from 585); Max value from RGB is 216 - color contains mainly: blue. Hex color #D29FD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29FD8 is #2D6027. Grayscale: #B4B4B4. Windows color (decimal): -2973736 or 14196690. OLE color: 14196690.

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

Color convert

RGB 210 159 216 -
CMYK 0.03 0.26 0 0.15
HSL 293.68º 0.42% 0.74% -
HSV(B) 293.68º 0.26% 0.85% -
XYZ 51.37 43.46 70.65 -
YUV 180.75 147.9 148.87 -
System Red Green Blue C M Y K H S L
Decimal 210 159 216 0.03 0.26 0 0.15 293.68 0.42 0.74
Hex D2 9F D8 3 1A 0 F 126 2A 4A
Octal 322 237 330 3 32 0 17 446 52 112
Binary 11010010 10011111 11011000 11 11010 0 1111 100100110 101010 1001010

Color Harmonies of #D29FD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29FD8

Black with #D29FD8

Text Example


Text Example

White with #D29FD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29FD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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