Html Css Color HEX #D29AD4 Plum

📋 copy color: '#D29AD4'

red 210 ◦ green 154 ◦ blue 212

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

Shades of Plum #D29AD4

Tints of Plum #D29AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 36.81%

R = 36.46%
G = 26.74%
B = 36.81%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D29AD4 (or 0xD29AD4) is known color: Plum. HEX triplet: D2, 9A and D4. RGB value is (210,154,212). Sum of RGB (Red+Green+Blue) = 210+154+212=576 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.46% from 576); Green value is 154 (60.55% from 255 or 26.74% from 576); Blue value is 212 (83.20% from 255 or 36.81% from 576); Max value from RGB is 212 - color contains mainly: blue. Hex color #D29AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D29AD4 is #2D652B. Grayscale: #B1B1B1. Windows color (decimal): -2975020 or 13933266. OLE color: 13933266.

HSL color Cylindrical-coordinate representation of color #D29AD4: hue angle of 297.93º degrees, saturation: 0.4, 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 #D29AD4 is Cyan = 0.01, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 210 154 212 -
CMYK 0.01 0.27 0 0.17
HSL 297.93º 0.4% 0.72% -
HSV(B) 297.93º 0.27% 0.83% -
XYZ 50.02 41.57 67.67 -
YUV 177.36 147.55 151.28 -
System Red Green Blue C M Y K H S L
Decimal 210 154 212 0.01 0.27 0 0.17 297.93 0.4 0.72
Hex D2 9A D4 1 1B 0 11 12A 28 48
Octal 322 232 324 1 33 0 21 452 50 110
Binary 11010010 10011010 11010100 1 11011 0 10001 100101010 101000 1001000

Color Harmonies of #D29AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29AD4

Black with #D29AD4

Text Example


Text Example

White with #D29AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29AD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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