Html Css Color HEX #D28FDA Plum

📋 copy color: '#D28FDA'

red 210 ◦ green 143 ◦ blue 218

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

Shades of Plum #D28FDA

Tints of Plum #D28FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.18%

R = 36.78%
G = 25.04%
B = 38.18%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D28FDA (or 0xD28FDA) is known color: Plum. HEX triplet: D2, 8F and DA. RGB value is (210,143,218). Sum of RGB (Red+Green+Blue) = 210+143+218=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 143 (56.25% from 255 or 25.04% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #D28FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FDA is #2D7025. Grayscale: #ABABAB. Windows color (decimal): -2977830 or 14323666. OLE color: 14323666.

HSL color Cylindrical-coordinate representation of color #D28FDA: hue angle of 293.6º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D28FDA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 143 218 -
CMYK 0.04 0.34 0 0.15
HSL 293.6º 0.5% 0.71% -
HSV(B) 293.6º 0.34% 0.85% -
XYZ 49.06 38.41 71.16 -
YUV 171.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 210 143 218 0.04 0.34 0 0.15 293.6 0.5 0.71
Hex D2 8F DA 4 22 0 F 126 32 47
Octal 322 217 332 4 42 0 17 446 62 107
Binary 11010010 10001111 11011010 100 100010 0 1111 100100110 110010 1000111

Color Harmonies of #D28FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FDA

Black with #D28FDA

Text Example


Text Example

White with #D28FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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