#D694D2

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

Shades of Plum #D694D2

Tints of Plum #D694D2

Color information

#D694D2 (or 0xD694D2) is unknown color: approx Plum. HEX triplet: D6, 94 and D2. RGB value is (214,148,210). Sum of RGB (Red+Green+Blue) = 214+148+210=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 210 (82.42% from 255 or 36.71% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D694D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D694D2 is #296B2D. Grayscale: #AEAEAE. Windows color (decimal): -2714414 or 13800662. OLE color: 13800662.

HSL color Cylindrical-coordinate representation of color #D694D2: hue angle of 303.64º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D694D2 is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214148210-
CMYK00.310.020.16
HSL303.64º44.59%70.98%-
HSV(B)303.64º30.84%83.92%-
XYZ49.9540.1366.09-
YUV174.8147.87155.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.41%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 210 (82.42% from 255) = 36.71%
R=37.41%
G=25.87%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414821000.310.020.16303.6444.5970.98
HexD694D201F2101302d47
Octal32622432203722046055107
Binary11010110100101001101001001111110100001001100001011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D694D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D694D2; }

 p { color: rgb(214,148,210); }

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

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

 a { background-color: rgb(214,148,210); }

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

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

 span { border-color: rgb(214,148,210); }

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