Html Css Color HEX #D289DC Plum

📋 copy color: '#D289DC'

red 210 ◦ green 137 ◦ blue 220

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

Shades of Plum #D289DC

Tints of Plum #D289DC

RGB

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

 GREEN value IS 137 (53.91% from 255) = 24.16%

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

R = 37.04%
G = 24.16%
B = 38.8%

CMYK

 C value IS 0.05

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D289DC (or 0xD289DC) is known color: Plum. HEX triplet: D2, 89 and DC. RGB value is (210,137,220). Sum of RGB (Red+Green+Blue) = 210+137+220=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 220 (86.33% from 255 or 38.80% from 567); Max value from RGB is 220 - color contains mainly: blue. Hex color #D289DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289DC is #2D7623. Grayscale: #A8A8A8. Windows color (decimal): -2979364 or 14453202. OLE color: 14453202.

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

Color convert

RGB 210 137 220 -
CMYK 0.05 0.38 0 0.14
HSL 292.77º 0.54% 0.7% -
HSV(B) 292.77º 0.38% 0.86% -
XYZ 48.44 36.76 72.25 -
YUV 168.29 157.18 157.75 -
System Red Green Blue C M Y K H S L
Decimal 210 137 220 0.05 0.38 0 0.14 292.77 0.54 0.7
Hex D2 89 DC 5 26 0 E 125 36 46
Octal 322 211 334 5 46 0 16 445 66 106
Binary 11010010 10001001 11011100 101 100110 0 1110 100100101 110110 1000110

Color Harmonies of #D289DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289DC

Black with #D289DC

Text Example


Text Example

White with #D289DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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