#D69FEF

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

Shades of Wisteria #D69FEF

Tints of Wisteria #D69FEF

Color information

#D69FEF (or 0xD69FEF) is unknown color: approx Wisteria. HEX triplet: D6, 9F and EF. RGB value is (214,159,239). Sum of RGB (Red+Green+Blue) = 214+159+239=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 159 (62.5% from 255 or 25.98% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 239 - color contains mainly: blue. Hex color #D69FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D69FEF is #296010. Grayscale: #B8B8B8. Windows color (decimal): -2711569 or 15704022. OLE color: 15704022.

HSL color Cylindrical-coordinate representation of color #D69FEF: hue angle of 281.25º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D69FEF is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB214159239-
CMYK0.100.3300.06
HSL281.25º71.43%78.04%-
HSV(B)281.25º33.47%93.73%-
XYZ55.7145.3287.47-
YUV184.56158.72149-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.97%
GREEN value IS 159 (62.5% from 255) = 25.98%
BLUE value IS 239 (93.75% from 255) = 39.05%
R=34.97%
G=25.98%
B=39.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2141592390.100.3300.06281.2571.4378.04
HexD69FEFA2106119474e
Octal326237357124106431107116
Binary1101011010011111111011111010100001011010001100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69FEF; }

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

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

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

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

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

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

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

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