Html Css Color HEX #D697DE Plum

📋 copy color: '#D697DE'

red 214 ◦ green 151 ◦ blue 222

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

Shades of Plum #D697DE

Tints of Plum #D697DE

RGB

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

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

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

R = 36.46%
G = 25.72%
B = 37.82%

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

#D697DE (or 0xD697DE) is known color: Plum. HEX triplet: D6, 97 and DE. RGB value is (214,151,222). Sum of RGB (Red+Green+Blue) = 214+151+222=587 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.46% from 587); Green value is 151 (59.38% from 255 or 25.72% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #D697DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697DE is #296821. Grayscale: #B1B1B1. Windows color (decimal): -2713634 or 14587862. OLE color: 14587862.

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

Color convert

RGB 214 151 222 -
CMYK 0.04 0.32 0 0.13
HSL 293.24º 0.52% 0.73% -
HSV(B) 293.24º 0.32% 0.87% -
XYZ 51.98 41.7 74.42 -
YUV 177.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 214 151 222 0.04 0.32 0 0.13 293.24 0.52 0.73
Hex D6 97 DE 4 20 0 D 125 34 49
Octal 326 227 336 4 40 0 15 445 64 111
Binary 11010110 10010111 11011110 100 100000 0 1101 100100101 110100 1001001

Color Harmonies of #D697DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D697DE

Black with #D697DE

Text Example


Text Example

White with #D697DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D697DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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