Html Css Color HEX #D688DB Plum

📋 copy color: '#D688DB'

red 214 ◦ green 136 ◦ blue 219

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

Shades of Plum #D688DB

Tints of Plum #D688DB

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.9%

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

R = 37.61%
G = 23.9%
B = 38.49%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D688DB (or 0xD688DB) is known color: Plum. HEX triplet: D6, 88 and DB. RGB value is (214,136,219). Sum of RGB (Red+Green+Blue) = 214+136+219=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #D688DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DB is #297724. Grayscale: #A8A8A8. Windows color (decimal): -2717477 or 14387414. OLE color: 14387414.

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

Color convert

RGB 214 136 219 -
CMYK 0.02 0.38 0 0.14
HSL 296.39º 0.54% 0.7% -
HSV(B) 296.39º 0.38% 0.86% -
XYZ 49.32 37.02 71.56 -
YUV 168.78 156.34 160.25 -
System Red Green Blue C M Y K H S L
Decimal 214 136 219 0.02 0.38 0 0.14 296.39 0.54 0.7
Hex D6 88 DB 2 26 0 E 128 36 46
Octal 326 210 333 2 46 0 16 450 66 106
Binary 11010110 10001000 11011011 10 100110 0 1110 100101000 110110 1000110

Color Harmonies of #D688DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688DB

Black with #D688DB

Text Example


Text Example

White with #D688DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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