#D695CE

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

Shades of Plum #D695CE

Tints of Plum #D695CE

Color information

#D695CE (or 0xD695CE) is unknown color: approx Plum. HEX triplet: D6, 95 and CE. RGB value is (214,149,206). Sum of RGB (Red+Green+Blue) = 214+149+206=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 149 (58.59% from 255 or 26.19% from 569); Blue value is 206 (80.86% from 255 or 36.20% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D695CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D695CE is #296A31. Grayscale: #AEAEAE. Windows color (decimal): -2714162 or 13538774. OLE color: 13538774.

HSL color Cylindrical-coordinate representation of color #D695CE: hue angle of 307.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D695CE is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB214149206-
CMYK00.300.040.16
HSL307.38º44.22%71.18%-
HSV(B)307.38º30.37%83.92%-
XYZ49.6240.2563.55-
YUV174.93145.53155.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.61%
GREEN value IS 149 (58.59% from 255) = 26.19%
BLUE value IS 206 (80.86% from 255) = 36.20%
R=37.61%
G=26.19%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414920600.300.040.16307.3844.2271.18
HexD695CE01E4101332c47
Octal32622531603642046354107
Binary110101101001010111001110011110100100001001100111011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D695CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D695CE; }

 p { color: rgb(214,149,206); }

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

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

 a { background-color: rgb(214,149,206); }

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

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

 span { border-color: rgb(214,149,206); }

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