Html Css Color HEX #D697DF Plum

📋 copy color: '#D697DF'

red 214 ◦ green 151 ◦ blue 223

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

Shades of Plum #D697DF

Tints of Plum #D697DF

RGB

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

 GREEN value IS 151 (59.38% from 255) = 25.68%

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

R = 36.39%
G = 25.68%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D697DF (or 0xD697DF) is known color: Plum. HEX triplet: D6, 97 and DF. RGB value is (214,151,223). Sum of RGB (Red+Green+Blue) = 214+151+223=588 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.39% from 588); Green value is 151 (59.38% from 255 or 25.68% from 588); Blue value is 223 (87.5% from 255 or 37.93% from 588); Max value from RGB is 223 - color contains mainly: blue. Hex color #D697DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697DF is #296820. Grayscale: #B1B1B1. Windows color (decimal): -2713633 or 14653398. OLE color: 14653398.

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

Color convert

RGB 214 151 223 -
CMYK 0.04 0.32 0 0.13
HSL 292.5º 0.53% 0.73% -
HSV(B) 292.5º 0.32% 0.87% -
XYZ 52.12 41.76 75.13 -
YUV 178.05 153.37 153.65 -
System Red Green Blue C M Y K H S L
Decimal 214 151 223 0.04 0.32 0 0.13 292.5 0.53 0.73
Hex D6 97 DF 4 20 0 D 124 35 49
Octal 326 227 337 4 40 0 15 444 65 111
Binary 11010110 10010111 11011111 100 100000 0 1101 100100100 110101 1001001

Color Harmonies of #D697DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697DF

Black with #D697DF

Text Example


Text Example

White with #D697DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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