Html Css Color HEX #D689DB Plum

📋 copy color: '#D689DB'

red 214 ◦ green 137 ◦ blue 219

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

Shades of Plum #D689DB

Tints of Plum #D689DB

RGB

 RED value IS 214 (83.98% from 255) = 37.54%

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

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

R = 37.54%
G = 24.04%
B = 38.42%

CMYK

 C value IS 0.02

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D689DB (or 0xD689DB) is known color: Plum. HEX triplet: D6, 89 and DB. RGB value is (214,137,219). Sum of RGB (Red+Green+Blue) = 214+137+219=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 137 (53.91% from 255 or 24.04% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #D689DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D689DB is #297624. Grayscale: #A9A9A9. Windows color (decimal): -2717221 or 14387670. OLE color: 14387670.

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

Color convert

RGB 214 137 219 -
CMYK 0.02 0.37 0 0.14
HSL 296.34º 0.53% 0.7% -
HSV(B) 296.34º 0.37% 0.86% -
XYZ 49.46 37.3 71.61 -
YUV 169.37 156.01 159.83 -
System Red Green Blue C M Y K H S L
Decimal 214 137 219 0.02 0.37 0 0.14 296.34 0.53 0.7
Hex D6 89 DB 2 25 0 E 128 35 46
Octal 326 211 333 2 45 0 16 450 65 106
Binary 11010110 10001001 11011011 10 100101 0 1110 100101000 110101 1000110

Color Harmonies of #D689DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D689DB

Black with #D689DB

Text Example


Text Example

White with #D689DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D689DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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