#D293F1

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

Shades of Wisteria #D293F1

Tints of Wisteria #D293F1

Color information

#D293F1 (or 0xD293F1) is unknown color: approx Wisteria. HEX triplet: D2, 93 and F1. RGB value is (210,147,241). Sum of RGB (Red+Green+Blue) = 210+147+241=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #D293F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F1 is #2D6C0E. Grayscale: #B0B0B0. Windows color (decimal): -2976783 or 15832018. OLE color: 15832018.

HSL color Cylindrical-coordinate representation of color #D293F1: hue angle of 280.21º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D293F1 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210147241-
CMYK0.130.3900.05
HSL280.21º77.05%76.08%-
HSV(B)280.21º39%94.51%-
XYZ52.8940.9288.33-
YUV176.55164.37151.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 147 (57.81% from 255) = 24.58%
BLUE value IS 241 (94.53% from 255) = 40.30%
R=35.12%
G=24.58%
B=40.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101472410.130.3900.05280.2177.0576.08
HexD293F1D27051184d4c
Octal322223361154705430115114
Binary1101001010010011111100011101100111010110001100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293F1; }

 p { color: rgb(210,147,241); }

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

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

 a { background-color: rgb(210,147,241); }

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

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

 span { border-color: rgb(210,147,241); }

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