Html Css Color HEX #D28BDB Plum

📋 copy color: '#D28BDB'

red 210 ◦ green 139 ◦ blue 219

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

Shades of Plum #D28BDB

Tints of Plum #D28BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.47%

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

R = 36.97%
G = 24.47%
B = 38.56%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28BDB (or 0xD28BDB) is known color: Plum. HEX triplet: D2, 8B and DB. RGB value is (210,139,219). Sum of RGB (Red+Green+Blue) = 210+139+219=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #D28BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDB is #2D7424. Grayscale: #A9A9A9. Windows color (decimal): -2978853 or 14388178. OLE color: 14388178.

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

Color convert

RGB 210 139 219 -
CMYK 0.04 0.37 0 0.14
HSL 293.25º 0.53% 0.7% -
HSV(B) 293.25º 0.37% 0.86% -
XYZ 48.6 37.28 71.65 -
YUV 169.35 156.02 157 -
System Red Green Blue C M Y K H S L
Decimal 210 139 219 0.04 0.37 0 0.14 293.25 0.53 0.7
Hex D2 8B DB 4 25 0 E 125 35 46
Octal 322 213 333 4 45 0 16 445 65 106
Binary 11010010 10001011 11011011 100 100101 0 1110 100100101 110101 1000110

Color Harmonies of #D28BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28BDB

Black with #D28BDB

Text Example


Text Example

White with #D28BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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