Html Css Color HEX #D688DC Plum

📋 copy color: '#D688DC'

red 214 ◦ green 136 ◦ blue 220

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

Shades of Plum #D688DC

Tints of Plum #D688DC

RGB

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

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

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

R = 37.54%
G = 23.86%
B = 38.6%

CMYK

 C value IS 0.03

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D688DC (or 0xD688DC) is known color: Plum. HEX triplet: D6, 88 and DC. RGB value is (214,136,220). Sum of RGB (Red+Green+Blue) = 214+136+220=570 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.54% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #D688DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DC is #297723. Grayscale: #A8A8A8. Windows color (decimal): -2717476 or 14452950. OLE color: 14452950.

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

Color convert

RGB 214 136 220 -
CMYK 0.03 0.38 0 0.14
HSL 295.71º 0.55% 0.7% -
HSV(B) 295.71º 0.38% 0.86% -
XYZ 49.45 37.07 72.26 -
YUV 168.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 214 136 220 0.03 0.38 0 0.14 295.71 0.55 0.7
Hex D6 88 DC 3 26 0 E 128 37 46
Octal 326 210 334 3 46 0 16 450 67 106
Binary 11010110 10001000 11011100 11 100110 0 1110 100101000 110111 1000110

Color Harmonies of #D688DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688DC

Black with #D688DC

Text Example


Text Example

White with #D688DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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