Html Css Color HEX #D28FD7 Plum

📋 copy color: '#D28FD7'

red 210 ◦ green 143 ◦ blue 215

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

Shades of Plum #D28FD7

Tints of Plum #D28FD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 37.85%

R = 36.97%
G = 25.18%
B = 37.85%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28FD7 (or 0xD28FD7) is known color: Plum. HEX triplet: D2, 8F and D7. RGB value is (210,143,215). Sum of RGB (Red+Green+Blue) = 210+143+215=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 143 (56.25% from 255 or 25.18% from 568); Blue value is 215 (84.38% from 255 or 37.85% from 568); Max value from RGB is 215 - color contains mainly: blue. Hex color #D28FD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FD7 is #2D7028. Grayscale: #ABABAB. Windows color (decimal): -2977833 or 14127058. OLE color: 14127058.

HSL color Cylindrical-coordinate representation of color #D28FD7: hue angle of 295.83º degrees, saturation: 0.47, 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 #D28FD7 is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 143 215 -
CMYK 0.02 0.33 0 0.16
HSL 295.83º 0.47% 0.7% -
HSV(B) 295.83º 0.33% 0.84% -
XYZ 48.67 38.25 69.11 -
YUV 171.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 210 143 215 0.02 0.33 0 0.16 295.83 0.47 0.7
Hex D2 8F D7 2 21 0 10 128 2F 46
Octal 322 217 327 2 41 0 20 450 57 106
Binary 11010010 10001111 11010111 10 100001 0 10000 100101000 101111 1000110

Color Harmonies of #D28FD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FD7

Black with #D28FD7

Text Example


Text Example

White with #D28FD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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