Html Css Color HEX #D389DB Plum

📋 copy color: '#D389DB'

red 211 ◦ green 137 ◦ blue 219

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

Shades of Plum #D389DB

Tints of Plum #D389DB

RGB

 RED value IS 211 (82.81% from 255) = 37.21%

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

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

R = 37.21%
G = 24.16%
B = 38.62%

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

#D389DB (or 0xD389DB) is known color: Plum. HEX triplet: D3, 89 and DB. RGB value is (211,137,219). Sum of RGB (Red+Green+Blue) = 211+137+219=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 137 (53.91% from 255 or 24.16% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #D389DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D389DB is #2C7624. Grayscale: #A8A8A8. Windows color (decimal): -2913829 or 14387667. OLE color: 14387667.

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

Color convert

RGB 211 137 219 -
CMYK 0.04 0.37 0 0.14
HSL 294.15º 0.53% 0.7% -
HSV(B) 294.15º 0.37% 0.86% -
XYZ 48.6 36.85 71.57 -
YUV 168.47 156.52 158.33 -
System Red Green Blue C M Y K H S L
Decimal 211 137 219 0.04 0.37 0 0.14 294.15 0.53 0.7
Hex D3 89 DB 4 25 0 E 126 35 46
Octal 323 211 333 4 45 0 16 446 65 106
Binary 11010011 10001001 11011011 100 100101 0 1110 100100110 110101 1000110

Color Harmonies of #D389DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D389DB

Black with #D389DB

Text Example


Text Example

White with #D389DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D389DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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