Html Css Color HEX #D28DD3 Plum

📋 copy color: '#D28DD3'

red 210 ◦ green 141 ◦ blue 211

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

Shades of Plum #D28DD3

Tints of Plum #D28DD3

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.09%

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

R = 37.37%
G = 25.09%
B = 37.54%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#D28DD3 (or 0xD28DD3) is known color: Plum. HEX triplet: D2, 8D and D3. RGB value is (210,141,211). Sum of RGB (Red+Green+Blue) = 210+141+211=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 211 (82.81% from 255 or 37.54% from 562); Max value from RGB is 211 - color contains mainly: blue. Hex color #D28DD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DD3 is #2D722C. Grayscale: #A9A9A9. Windows color (decimal): -2978349 or 13864402. OLE color: 13864402.

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

Color convert

RGB 210 141 211 -
CMYK 0.00 0.33 0 0.17
HSL 299.14º 0.44% 0.69% -
HSV(B) 299.14º 0.33% 0.83% -
XYZ 47.86 37.45 66.33 -
YUV 169.61 151.36 156.81 -
System Red Green Blue C M Y K H S L
Decimal 210 141 211 0.00 0.33 0 0.17 299.14 0.44 0.69
Hex D2 8D D3 0 21 0 11 12B 2C 45
Octal 322 215 323 0 41 0 21 453 54 105
Binary 11010010 10001101 11010011 0 100001 0 10001 100101011 101100 1000101

Color Harmonies of #D28DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DD3

Black with #D28DD3

Text Example


Text Example

White with #D28DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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