Html Css Color HEX #D28ADE Plum

📋 copy color: '#D28ADE'

red 210 ◦ green 138 ◦ blue 222

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

Shades of Plum #D28ADE

Tints of Plum #D28ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.95%

R = 36.84%
G = 24.21%
B = 38.95%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D28ADE (or 0xD28ADE) is known color: Plum. HEX triplet: D2, 8A and DE. RGB value is (210,138,222). Sum of RGB (Red+Green+Blue) = 210+138+222=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #D28ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ADE is #2D7521. Grayscale: #A8A8A8. Windows color (decimal): -2979106 or 14584530. OLE color: 14584530.

HSL color Cylindrical-coordinate representation of color #D28ADE: hue angle of 291.43º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D28ADE is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 138 222 -
CMYK 0.05 0.38 0 0.13
HSL 291.43º 0.56% 0.71% -
HSV(B) 291.43º 0.38% 0.87% -
XYZ 48.85 37.15 73.7 -
YUV 169.1 157.85 157.17 -
System Red Green Blue C M Y K H S L
Decimal 210 138 222 0.05 0.38 0 0.13 291.43 0.56 0.71
Hex D2 8A DE 5 26 0 D 123 38 47
Octal 322 212 336 5 46 0 15 443 70 107
Binary 11010010 10001010 11011110 101 100110 0 1101 100100011 111000 1000111

Color Harmonies of #D28ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ADE

Black with #D28ADE

Text Example


Text Example

White with #D28ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ADE; }

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

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

background-color css

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

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

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

border-color css

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

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

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