#D69FDF

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

Shades of Plum #D69FDF

Tints of Plum #D69FDF

Color information

#D69FDF (or 0xD69FDF) is unknown color: approx Plum. HEX triplet: D6, 9F and DF. RGB value is (214,159,223). Sum of RGB (Red+Green+Blue) = 214+159+223=596 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.91% from 596); Green value is 159 (62.5% from 255 or 26.68% from 596); Blue value is 223 (87.5% from 255 or 37.42% from 596); Max value from RGB is 223 - color contains mainly: blue. Hex color #D69FDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D69FDF is #296020. Grayscale: #B6B6B6. Windows color (decimal): -2711585 or 14655446. OLE color: 14655446.

HSL color Cylindrical-coordinate representation of color #D69FDF: hue angle of 291.56º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D69FDF is Cyan = 0.04, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214159223-
CMYK0.040.2900.13
HSL291.56º50%74.9%-
HSV(B)291.56º28.7%87.45%-
XYZ53.4544.4275.57-
YUV182.74150.72150.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.91%
GREEN value IS 159 (62.5% from 255) = 26.68%
BLUE value IS 223 (87.5% from 255) = 37.42%
R=35.91%
G=26.68%
B=37.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141592230.040.2900.13291.565074.9
HexD69FDF41D0D124324b
Octal32623733743501544462113
Binary11010110100111111101111110011101011011001001001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FDF; }

 p { color: rgb(214,159,223); }

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

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

 a { background-color: rgb(214,159,223); }

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

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

 span { border-color: rgb(214,159,223); }

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