Html Css Color HEX #D28AD7 Plum

📋 copy color: '#D28AD7'

red 210 ◦ green 138 ◦ blue 215

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

Shades of Plum #D28AD7

Tints of Plum #D28AD7

RGB

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

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

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

R = 37.3%
G = 24.51%
B = 38.19%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28AD7 (or 0xD28AD7) is known color: Plum. HEX triplet: D2, 8A and D7. RGB value is (210,138,215). Sum of RGB (Red+Green+Blue) = 210+138+215=563 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.30% from 563); Green value is 138 (54.30% from 255 or 24.51% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #D28AD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28AD7 is #2D7528. Grayscale: #A8A8A8. Windows color (decimal): -2979113 or 14125778. OLE color: 14125778.

HSL color Cylindrical-coordinate representation of color #D28AD7: hue angle of 296.1º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28AD7 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 138 215 -
CMYK 0.02 0.36 0 0.16
HSL 296.1º 0.49% 0.69% -
HSV(B) 296.1º 0.36% 0.84% -
XYZ 47.93 36.78 68.86 -
YUV 168.31 154.35 157.74 -
System Red Green Blue C M Y K H S L
Decimal 210 138 215 0.02 0.36 0 0.16 296.1 0.49 0.69
Hex D2 8A D7 2 24 0 10 128 31 45
Octal 322 212 327 2 44 0 20 450 61 105
Binary 11010010 10001010 11010111 10 100100 0 10000 100101000 110001 1000101

Color Harmonies of #D28AD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28AD7

Black with #D28AD7

Text Example


Text Example

White with #D28AD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28AD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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