Html Css Color HEX #D289DB Plum

📋 copy color: '#D289DB'

red 210 ◦ green 137 ◦ blue 219

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

Shades of Plum #D289DB

Tints of Plum #D289DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.69%

R = 37.1%
G = 24.2%
B = 38.69%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D289DB (or 0xD289DB) is known color: Plum. HEX triplet: D2, 89 and DB. RGB value is (210,137,219). Sum of RGB (Red+Green+Blue) = 210+137+219=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 137 (53.91% from 255 or 24.20% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #D289DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D289DB is #2D7624. Grayscale: #A7A7A7. Windows color (decimal): -2979365 or 14387666. OLE color: 14387666.

HSL color Cylindrical-coordinate representation of color #D289DB: hue angle of 293.41º degrees, saturation: 0.53, 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 #D289DB is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 137 219 -
CMYK 0.04 0.37 0 0.14
HSL 293.41º 0.53% 0.7% -
HSV(B) 293.41º 0.37% 0.86% -
XYZ 48.31 36.71 71.56 -
YUV 168.18 156.68 157.83 -
System Red Green Blue C M Y K H S L
Decimal 210 137 219 0.04 0.37 0 0.14 293.41 0.53 0.7
Hex D2 89 DB 4 25 0 E 125 35 46
Octal 322 211 333 4 45 0 16 445 65 106
Binary 11010010 10001001 11011011 100 100101 0 1110 100100101 110101 1000110

Color Harmonies of #D289DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D289DB

Black with #D289DB

Text Example


Text Example

White with #D289DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D289DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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