#D691CF

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

Shades of Plum #D691CF

Tints of Plum #D691CF

Color information

#D691CF (or 0xD691CF) is unknown color: approx Plum. HEX triplet: D6, 91 and CF. RGB value is (214,145,207). Sum of RGB (Red+Green+Blue) = 214+145+207=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 214 - color contains mainly: red. Hex color #D691CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D691CF is #296E30. Grayscale: #ACACAC. Windows color (decimal): -2715185 or 13603286. OLE color: 13603286.

HSL color Cylindrical-coordinate representation of color #D691CF: hue angle of 306.09º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D691CF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB214145207-
CMYK00.320.030.16
HSL306.09º45.7%70.39%-
HSV(B)306.09º32.24%83.92%-
XYZ49.1239.0563.98-
YUV172.7147.36157.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 145 (57.03% from 255) = 25.62%
BLUE value IS 207 (81.25% from 255) = 36.57%
R=37.81%
G=25.62%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414520700.320.030.16306.0945.770.39
HexD691CF0203101322e46
Octal32622131704032046256106
Binary110101101001000111001111010000011100001001100101011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D691CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D691CF; }

 p { color: rgb(214,145,207); }

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

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

 a { background-color: rgb(214,145,207); }

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

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

 span { border-color: rgb(214,145,207); }

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