Html Css Color HEX #D28FDB Plum

📋 copy color: '#D28FDB'

red 210 ◦ green 143 ◦ blue 219

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

Shades of Plum #D28FDB

Tints of Plum #D28FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

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

R = 36.71%
G = 25%
B = 38.29%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28FDB (or 0xD28FDB) is known color: Plum. HEX triplet: D2, 8F and DB. RGB value is (210,143,219). Sum of RGB (Red+Green+Blue) = 210+143+219=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FDB is #2D7024. Grayscale: #ABABAB. Windows color (decimal): -2977829 or 14389202. OLE color: 14389202.

HSL color Cylindrical-coordinate representation of color #D28FDB: hue angle of 292.89º degrees, saturation: 0.51, 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 #D28FDB is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 143 219 -
CMYK 0.04 0.35 0 0.14
HSL 292.89º 0.51% 0.71% -
HSV(B) 292.89º 0.35% 0.86% -
XYZ 49.19 38.46 71.85 -
YUV 171.7 154.7 155.32 -
System Red Green Blue C M Y K H S L
Decimal 210 143 219 0.04 0.35 0 0.14 292.89 0.51 0.71
Hex D2 8F DB 4 23 0 E 125 33 47
Octal 322 217 333 4 43 0 16 445 63 107
Binary 11010010 10001111 11011011 100 100011 0 1110 100100101 110011 1000111

Color Harmonies of #D28FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FDB

Black with #D28FDB

Text Example


Text Example

White with #D28FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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