Html Css Color HEX #D28EDC Plum

📋 copy color: '#D28EDC'

red 210 ◦ green 142 ◦ blue 220

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

Shades of Plum #D28EDC

Tints of Plum #D28EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.46%

R = 36.71%
G = 24.83%
B = 38.46%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28EDC (or 0xD28EDC) is known color: Plum. HEX triplet: D2, 8E and DC. RGB value is (210,142,220). Sum of RGB (Red+Green+Blue) = 210+142+220=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 142 (55.86% from 255 or 24.83% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28EDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EDC is #2D7123. Grayscale: #AAAAAA. Windows color (decimal): -2978084 or 14454482. OLE color: 14454482.

HSL color Cylindrical-coordinate representation of color #D28EDC: hue angle of 292.31º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28EDC is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 142 220 -
CMYK 0.05 0.35 0 0.14
HSL 292.31º 0.53% 0.71% -
HSV(B) 292.31º 0.35% 0.86% -
XYZ 49.17 38.21 72.49 -
YUV 171.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 210 142 220 0.05 0.35 0 0.14 292.31 0.53 0.71
Hex D2 8E DC 5 23 0 E 124 35 47
Octal 322 216 334 5 43 0 16 444 65 107
Binary 11010010 10001110 11011100 101 100011 0 1110 100100100 110101 1000111

Color Harmonies of #D28EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EDC

Black with #D28EDC

Text Example


Text Example

White with #D28EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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