Html Css Color HEX #D28FD5 Plum

📋 copy color: '#D28FD5'

red 210 ◦ green 143 ◦ blue 213

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

Shades of Plum #D28FD5

Tints of Plum #D28FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.63%

R = 37.1%
G = 25.27%
B = 37.63%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28FD5 (or 0xD28FD5) is known color: Plum. HEX triplet: D2, 8F and D5. RGB value is (210,143,213). Sum of RGB (Red+Green+Blue) = 210+143+213=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 213 (83.59% from 255 or 37.63% from 566); Max value from RGB is 213 - color contains mainly: blue. Hex color #D28FD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FD5 is #2D702A. Grayscale: #AAAAAA. Windows color (decimal): -2977835 or 13995986. OLE color: 13995986.

HSL color Cylindrical-coordinate representation of color #D28FD5: hue angle of 297.43º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D28FD5 is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 143 213 -
CMYK 0.01 0.33 0 0.16
HSL 297.43º 0.45% 0.7% -
HSV(B) 297.43º 0.33% 0.84% -
XYZ 48.41 38.15 67.76 -
YUV 171.01 151.7 155.81 -
System Red Green Blue C M Y K H S L
Decimal 210 143 213 0.01 0.33 0 0.16 297.43 0.45 0.7
Hex D2 8F D5 1 21 0 10 129 2D 46
Octal 322 217 325 1 41 0 20 451 55 106
Binary 11010010 10001111 11010101 1 100001 0 10000 100101001 101101 1000110

Color Harmonies of #D28FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FD5

Black with #D28FD5

Text Example


Text Example

White with #D28FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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