Html Css Color HEX #D28ED8 Plum

📋 copy color: '#D28ED8'

red 210 ◦ green 142 ◦ blue 216

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

Shades of Plum #D28ED8

Tints of Plum #D28ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.03%

R = 36.97%
G = 25%
B = 38.03%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D28ED8 (or 0xD28ED8) is known color: Plum. HEX triplet: D2, 8E and D8. RGB value is (210,142,216). Sum of RGB (Red+Green+Blue) = 210+142+216=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 142 (55.86% from 255 or 25% from 568); Blue value is 216 (84.77% from 255 or 38.03% from 568); Max value from RGB is 216 - color contains mainly: blue. Hex color #D28ED8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED8 is #2D7127. Grayscale: #AAAAAA. Windows color (decimal): -2978088 or 14192338. OLE color: 14192338.

HSL color Cylindrical-coordinate representation of color #D28ED8: hue angle of 295.14º degrees, saturation: 0.49, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28ED8 is Cyan = 0.03, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 142 216 -
CMYK 0.03 0.34 0 0.15
HSL 295.14º 0.49% 0.7% -
HSV(B) 295.14º 0.34% 0.85% -
XYZ 48.65 38.01 69.74 -
YUV 170.77 153.53 155.98 -
System Red Green Blue C M Y K H S L
Decimal 210 142 216 0.03 0.34 0 0.15 295.14 0.49 0.7
Hex D2 8E D8 3 22 0 F 127 31 46
Octal 322 216 330 3 42 0 17 447 61 106
Binary 11010010 10001110 11011000 11 100010 0 1111 100100111 110001 1000110

Color Harmonies of #D28ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ED8

Black with #D28ED8

Text Example


Text Example

White with #D28ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ED8; }

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

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

background-color css

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

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

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

border-color css

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

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

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