Html Css Color HEX #D28AD1 Plum

📋 copy color: '#D28AD1'

red 210 ◦ green 138 ◦ blue 209

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

Shades of Plum #D28AD1

Tints of Plum #D28AD1

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.78%

 BLUE value IS 209 (82.03% from 255) = 37.52%

R = 37.7%
G = 24.78%
B = 37.52%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.18

RGB Variations

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

Color information

#D28AD1 (or 0xD28AD1) is known color: Plum. HEX triplet: D2, 8A and D1. RGB value is (210,138,209). Sum of RGB (Red+Green+Blue) = 210+138+209=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 209 (82.03% from 255 or 37.52% from 557); Max value from RGB is 210 - color contains mainly: red. Hex color #D28AD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AD1 is #2D752E. Grayscale: #A7A7A7. Windows color (decimal): -2979119 or 13732562. OLE color: 13732562.

HSL color Cylindrical-coordinate representation of color #D28AD1: hue angle of 300.83º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28AD1 is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 138 209 -
CMYK 0 0.34 0.00 0.18
HSL 300.83º 0.44% 0.68% -
HSV(B) 300.83º 0.34% 0.82% -
XYZ 47.18 36.48 64.88 -
YUV 167.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 210 138 209 0 0.34 0.00 0.18 300.83 0.44 0.68
Hex D2 8A D1 0 22 0 12 12D 2C 44
Octal 322 212 321 0 42 0 22 455 54 104
Binary 11010010 10001010 11010001 0 100010 0 10010 100101101 101100 1000100

Color Harmonies of #D28AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28AD1

Black with #D28AD1

Text Example


Text Example

White with #D28AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28AD1; }

 p { color: rgb(210,138,209); }

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

background-color css

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

 a { background-color: rgb(210,138,209); }

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

border-color css

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

 span { border-color: rgb(210,138,209); }

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