Html Css Color HEX #D28ADC Plum

📋 copy color: '#D28ADC'

red 210 ◦ green 138 ◦ blue 220

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

Shades of Plum #D28ADC

Tints of Plum #D28ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.73%

R = 36.97%
G = 24.3%
B = 38.73%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28ADC (or 0xD28ADC) is known color: Plum. HEX triplet: D2, 8A and DC. RGB value is (210,138,220). Sum of RGB (Red+Green+Blue) = 210+138+220=568 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.97% from 568); Green value is 138 (54.30% from 255 or 24.30% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28ADC is #2D7523. Grayscale: #A8A8A8. Windows color (decimal): -2979108 or 14453458. OLE color: 14453458.

HSL color Cylindrical-coordinate representation of color #D28ADC: hue angle of 292.68º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28ADC is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 138 220 -
CMYK 0.05 0.37 0 0.14
HSL 292.68º 0.54% 0.7% -
HSV(B) 292.68º 0.37% 0.86% -
XYZ 48.59 37.05 72.3 -
YUV 168.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 210 138 220 0.05 0.37 0 0.14 292.68 0.54 0.7
Hex D2 8A DC 5 25 0 E 125 36 46
Octal 322 212 334 5 45 0 16 445 66 106
Binary 11010010 10001010 11011100 101 100101 0 1110 100100101 110110 1000110

Color Harmonies of #D28ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28ADC

Black with #D28ADC

Text Example


Text Example

White with #D28ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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