#D697D4

Color #D697D4 Plum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Plum #D697D4

Tints of Plum #D697D4

Color information

#D697D4 (or 0xD697D4) is unknown color: approx Plum. HEX triplet: D6, 97 and D4. RGB value is (214,151,212). Sum of RGB (Red+Green+Blue) = 214+151+212=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 151 (59.38% from 255 or 26.17% from 577); Blue value is 212 (83.20% from 255 or 36.74% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D697D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D697D4 is #29682B. Grayscale: #B0B0B0. Windows color (decimal): -2713644 or 13932502. OLE color: 13932502.

HSL color Cylindrical-coordinate representation of color #D697D4: hue angle of 301.9º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D697D4 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB214151212-
CMYK00.290.010.16
HSL301.9º43.45%71.57%-
HSV(B)301.9º29.44%83.92%-
XYZ50.6841.1867.57-
YUV176.79147.87154.54-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 151 (59.38% from 255) = 26.17%
BLUE value IS 212 (83.20% from 255) = 36.74%
R=37.09%
G=26.17%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415121200.290.010.16301.943.4571.57
HexD697D401D11012e2b48
Octal32622732403512045653110
Binary1101011010010111110101000111011100001001011101010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D697D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D697D4; }

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

 H1.HeaderClassName
 {
   color: #D697D4;
 }
 .AnyTagClassName
 {
   color: #D697D4;
 }
</style>
background-color css

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

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

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

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

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

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