Html Css Color HEX #D687DF Plum

📋 copy color: '#D687DF'

red 214 ◦ green 135 ◦ blue 223

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

Shades of Plum #D687DF

Tints of Plum #D687DF

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.6%

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

R = 37.41%
G = 23.6%
B = 38.99%

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

#D687DF (or 0xD687DF) is known color: Plum. HEX triplet: D6, 87 and DF. RGB value is (214,135,223). Sum of RGB (Red+Green+Blue) = 214+135+223=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 135 (53.12% from 255 or 23.60% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D687DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D687DF is #297820. Grayscale: #A8A8A8. Windows color (decimal): -2717729 or 14649302. OLE color: 14649302.

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

Color convert

RGB 214 135 223 -
CMYK 0.04 0.39 0 0.13
HSL 293.86º 0.58% 0.7% -
HSV(B) 293.86º 0.39% 0.87% -
XYZ 49.71 36.95 74.32 -
YUV 168.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 214 135 223 0.04 0.39 0 0.13 293.86 0.58 0.7
Hex D6 87 DF 4 27 0 D 126 3A 46
Octal 326 207 337 4 47 0 15 446 72 106
Binary 11010110 10000111 11011111 100 100111 0 1101 100100110 111010 1000110

Color Harmonies of #D687DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D687DF

Black with #D687DF

Text Example


Text Example

White with #D687DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D687DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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