Html Css Color HEX #D29AD3 Plum

📋 copy color: '#D29AD3'

red 210 ◦ green 154 ◦ blue 211

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

Shades of Plum #D29AD3

Tints of Plum #D29AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.7%

R = 36.52%
G = 26.78%
B = 36.7%

CMYK

 C value IS 0.00

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D29AD3 (or 0xD29AD3) is known color: Plum. HEX triplet: D2, 9A and D3. RGB value is (210,154,211). Sum of RGB (Red+Green+Blue) = 210+154+211=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 211 (82.81% from 255 or 36.70% from 575); Max value from RGB is 211 - color contains mainly: blue. Hex color #D29AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD3 is #2D652C. Grayscale: #B1B1B1. Windows color (decimal): -2975021 or 13867730. OLE color: 13867730.

HSL color Cylindrical-coordinate representation of color #D29AD3: hue angle of 298.95º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D29AD3 is Cyan = 0.00, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 154 211 -
CMYK 0.00 0.27 0 0.17
HSL 298.95º 0.39% 0.72% -
HSV(B) 298.95º 0.27% 0.83% -
XYZ 49.89 41.52 67.01 -
YUV 177.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 210 154 211 0.00 0.27 0 0.17 298.95 0.39 0.72
Hex D2 9A D3 0 1B 0 11 12B 27 48
Octal 322 232 323 0 33 0 21 453 47 110
Binary 11010010 10011010 11010011 0 11011 0 10001 100101011 100111 1001000

Color Harmonies of #D29AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AD3

Black with #D29AD3

Text Example


Text Example

White with #D29AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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