Html Css Color HEX #D28ED7 Plum

📋 copy color: '#D28ED7'

red 210 ◦ green 142 ◦ blue 215

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

Shades of Plum #D28ED7

Tints of Plum #D28ED7

RGB

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

 GREEN value IS 142 (55.86% from 255) = 25.04%

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

R = 37.04%
G = 25.04%
B = 37.92%

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

#D28ED7 (or 0xD28ED7) is known color: Plum. HEX triplet: D2, 8E and D7. RGB value is (210,142,215). Sum of RGB (Red+Green+Blue) = 210+142+215=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 142 (55.86% from 255 or 25.04% from 567); Blue value is 215 (84.38% from 255 or 37.92% from 567); Max value from RGB is 215 - color contains mainly: blue. Hex color #D28ED7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED7 is #2D7128. Grayscale: #AAAAAA. Windows color (decimal): -2978089 or 14126802. OLE color: 14126802.

HSL color Cylindrical-coordinate representation of color #D28ED7: hue angle of 295.89º 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 #D28ED7 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 142 215 -
CMYK 0.02 0.34 0 0.16
HSL 295.89º 0.48% 0.7% -
HSV(B) 295.89º 0.34% 0.84% -
XYZ 48.52 37.95 69.06 -
YUV 170.65 153.03 156.06 -
System Red Green Blue C M Y K H S L
Decimal 210 142 215 0.02 0.34 0 0.16 295.89 0.48 0.7
Hex D2 8E D7 2 22 0 10 128 30 46
Octal 322 216 327 2 42 0 20 450 60 106
Binary 11010010 10001110 11010111 10 100010 0 10000 100101000 110000 1000110

Color Harmonies of #D28ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ED7

Black with #D28ED7

Text Example


Text Example

White with #D28ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ED7; }

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

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

background-color css

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

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

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

border-color css

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

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

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