Html Css Color HEX #D688DF Plum

📋 copy color: '#D688DF'

red 214 ◦ green 136 ◦ blue 223

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

Shades of Plum #D688DF

Tints of Plum #D688DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.92%

R = 37.35%
G = 23.73%
B = 38.92%

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

#D688DF (or 0xD688DF) is known color: Plum. HEX triplet: D6, 88 and DF. RGB value is (214,136,223). Sum of RGB (Red+Green+Blue) = 214+136+223=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #D688DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D688DF is #297720. Grayscale: #A8A8A8. Windows color (decimal): -2717473 or 14649558. OLE color: 14649558.

HSL color Cylindrical-coordinate representation of color #D688DF: hue angle of 293.79º degrees, saturation: 0.58, 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 #D688DF is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 214 136 223 -
CMYK 0.04 0.39 0 0.13
HSL 293.79º 0.58% 0.7% -
HSV(B) 293.79º 0.39% 0.87% -
XYZ 49.86 37.23 74.37 -
YUV 169.24 158.34 159.93 -
System Red Green Blue C M Y K H S L
Decimal 214 136 223 0.04 0.39 0 0.13 293.79 0.58 0.7
Hex D6 88 DF 4 27 0 D 126 3A 46
Octal 326 210 337 4 47 0 15 446 72 106
Binary 11010110 10001000 11011111 100 100111 0 1101 100100110 111010 1000110

Color Harmonies of #D688DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D688DF

Black with #D688DF

Text Example


Text Example

White with #D688DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D688DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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