Html Css Color HEX #D688DE Plum

📋 copy color: '#D688DE'

red 214 ◦ green 136 ◦ blue 222

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

Shades of Plum #D688DE

Tints of Plum #D688DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 37.41%
G = 23.78%
B = 38.81%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D688DE (or 0xD688DE) is known color: Plum. HEX triplet: D6, 88 and DE. RGB value is (214,136,222). Sum of RGB (Red+Green+Blue) = 214+136+222=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D688DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DE is #297721. Grayscale: #A8A8A8. Windows color (decimal): -2717474 or 14584022. OLE color: 14584022.

HSL color Cylindrical-coordinate representation of color #D688DE: hue angle of 294.42º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D688DE is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 136 222 -
CMYK 0.04 0.39 0 0.13
HSL 294.42º 0.57% 0.7% -
HSV(B) 294.42º 0.39% 0.87% -
XYZ 49.72 37.18 73.66 -
YUV 169.13 157.84 160.01 -
System Red Green Blue C M Y K H S L
Decimal 214 136 222 0.04 0.39 0 0.13 294.42 0.57 0.7
Hex D6 88 DE 4 27 0 D 126 39 46
Octal 326 210 336 4 47 0 15 446 71 106
Binary 11010110 10001000 11011110 100 100111 0 1101 100100110 111001 1000110

Color Harmonies of #D688DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688DE

Black with #D688DE

Text Example


Text Example

White with #D688DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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