#D299F3

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

Shades of Wisteria #D299F3

Tints of Wisteria #D299F3

Color information

#D299F3 (or 0xD299F3) is unknown color: approx Wisteria. HEX triplet: D2, 99 and F3. RGB value is (210,153,243). Sum of RGB (Red+Green+Blue) = 210+153+243=606 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.65% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 243 (95.31% from 255 or 40.10% from 606); Max value from RGB is 243 - color contains mainly: blue. Hex color #D299F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299F3 is #2D660C. Grayscale: #B3B3B3. Windows color (decimal): -2975245 or 15964626. OLE color: 15964626.

HSL color Cylindrical-coordinate representation of color #D299F3: hue angle of 278º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D299F3 is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB210153243-
CMYK0.140.3700.05
HSL278º78.95%77.65%-
HSV(B)278º37.04%95.29%-
XYZ54.1542.9690.23-
YUV180.3163.38149.18-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.65%
GREEN value IS 153 (60.16% from 255) = 25.25%
BLUE value IS 243 (95.31% from 255) = 40.10%
R=34.65%
G=25.25%
B=40.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2101532430.140.3700.0527878.9577.65
HexD299F3E25051164f4e
Octal322231363164505426117116
Binary1101001010011001111100111110100101010110001011010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299F3; }

 p { color: rgb(210,153,243); }

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

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

 a { background-color: rgb(210,153,243); }

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

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

 span { border-color: rgb(210,153,243); }

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