Html Css Color HEX #D28ED5 Plum

📋 copy color: '#D28ED5'

red 210 ◦ green 142 ◦ blue 213

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

Shades of Plum #D28ED5

Tints of Plum #D28ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 37.17%
G = 25.13%
B = 37.7%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28ED5 (or 0xD28ED5) is known color: Plum. HEX triplet: D2, 8E and D5. RGB value is (210,142,213). Sum of RGB (Red+Green+Blue) = 210+142+213=565 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.17% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #D28ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ED5 is #2D712A. Grayscale: #AAAAAA. Windows color (decimal): -2978091 or 13995730. OLE color: 13995730.

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

Color convert

RGB 210 142 213 -
CMYK 0.01 0.33 0 0.16
HSL 297.46º 0.46% 0.7% -
HSV(B) 297.46º 0.33% 0.84% -
XYZ 48.26 37.85 67.71 -
YUV 170.43 152.03 156.23 -
System Red Green Blue C M Y K H S L
Decimal 210 142 213 0.01 0.33 0 0.16 297.46 0.46 0.7
Hex D2 8E D5 1 21 0 10 129 2E 46
Octal 322 216 325 1 41 0 20 451 56 106
Binary 11010010 10001110 11010101 1 100001 0 10000 100101001 101110 1000110

Color Harmonies of #D28ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ED5

Black with #D28ED5

Text Example


Text Example

White with #D28ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ED5; }

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

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

background-color css

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

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

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

border-color css

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

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

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