Html Css Color HEX #D28BDA Plum

📋 copy color: '#D28BDA'

red 210 ◦ green 139 ◦ blue 218

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

Shades of Plum #D28BDA

Tints of Plum #D28BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.51%

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

R = 37.04%
G = 24.51%
B = 38.45%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D28BDA (or 0xD28BDA) is known color: Plum. HEX triplet: D2, 8B and DA. RGB value is (210,139,218). Sum of RGB (Red+Green+Blue) = 210+139+218=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 139 (54.69% from 255 or 24.51% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #D28BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28BDA is #2D7425. Grayscale: #A8A8A8. Windows color (decimal): -2978854 or 14322642. OLE color: 14322642.

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

Color convert

RGB 210 139 218 -
CMYK 0.04 0.36 0 0.15
HSL 293.92º 0.52% 0.7% -
HSV(B) 293.92º 0.36% 0.85% -
XYZ 48.47 37.23 70.96 -
YUV 169.24 155.52 157.08 -
System Red Green Blue C M Y K H S L
Decimal 210 139 218 0.04 0.36 0 0.15 293.92 0.52 0.7
Hex D2 8B DA 4 24 0 F 126 34 46
Octal 322 213 332 4 44 0 17 446 64 106
Binary 11010010 10001011 11011010 100 100100 0 1111 100100110 110100 1000110

Color Harmonies of #D28BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28BDA

Black with #D28BDA

Text Example


Text Example

White with #D28BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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