Html Css Color HEX #D28DDB Plum

📋 copy color: '#D28DDB'

red 210 ◦ green 141 ◦ blue 219

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

Shades of Plum #D28DDB

Tints of Plum #D28DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.42%

R = 36.84%
G = 24.74%
B = 38.42%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28DDB (or 0xD28DDB) is known color: Plum. HEX triplet: D2, 8D and DB. RGB value is (210,141,219). Sum of RGB (Red+Green+Blue) = 210+141+219=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 141 (55.47% from 255 or 24.74% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDB is #2D7224. Grayscale: #AAAAAA. Windows color (decimal): -2978341 or 14388690. OLE color: 14388690.

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

Color convert

RGB 210 141 219 -
CMYK 0.04 0.36 0 0.14
HSL 293.08º 0.52% 0.71% -
HSV(B) 293.08º 0.36% 0.86% -
XYZ 48.89 37.87 71.75 -
YUV 170.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 210 141 219 0.04 0.36 0 0.14 293.08 0.52 0.71
Hex D2 8D DB 4 24 0 E 125 34 47
Octal 322 215 333 4 44 0 16 445 64 107
Binary 11010010 10001101 11011011 100 100100 0 1110 100100101 110100 1000111

Color Harmonies of #D28DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DDB

Black with #D28DDB

Text Example


Text Example

White with #D28DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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