Html Css Color HEX #D28DD7 Plum

📋 copy color: '#D28DD7'

red 210 ◦ green 141 ◦ blue 215

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

Shades of Plum #D28DD7

Tints of Plum #D28DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.99%

R = 37.1%
G = 24.91%
B = 37.99%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28DD7 (or 0xD28DD7) is known color: Plum. HEX triplet: D2, 8D and D7. RGB value is (210,141,215). Sum of RGB (Red+Green+Blue) = 210+141+215=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 141 (55.47% from 255 or 24.91% from 566); Blue value is 215 (84.38% from 255 or 37.99% from 566); Max value from RGB is 215 - color contains mainly: blue. Hex color #D28DD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DD7 is #2D7228. Grayscale: #A9A9A9. Windows color (decimal): -2978345 or 14126546. OLE color: 14126546.

HSL color Cylindrical-coordinate representation of color #D28DD7: hue angle of 295.95º degrees, saturation: 0.48, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28DD7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 141 215 -
CMYK 0.02 0.34 0 0.16
HSL 295.95º 0.48% 0.7% -
HSV(B) 295.95º 0.34% 0.84% -
XYZ 48.37 37.66 69.01 -
YUV 170.07 153.36 156.48 -
System Red Green Blue C M Y K H S L
Decimal 210 141 215 0.02 0.34 0 0.16 295.95 0.48 0.7
Hex D2 8D D7 2 22 0 10 128 30 46
Octal 322 215 327 2 42 0 20 450 60 106
Binary 11010010 10001101 11010111 10 100010 0 10000 100101000 110000 1000110

Color Harmonies of #D28DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DD7

Black with #D28DD7

Text Example


Text Example

White with #D28DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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