#D299DF

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

Shades of Wisteria #D299DF

Tints of Wisteria #D299DF

Color information

#D299DF (or 0xD299DF) is unknown color: approx Wisteria. HEX triplet: D2, 99 and DF. RGB value is (210,153,223). Sum of RGB (Red+Green+Blue) = 210+153+223=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 153 (60.16% from 255 or 26.11% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D299DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DF is #2D6620. Grayscale: #B1B1B1. Windows color (decimal): -2975265 or 14653906. OLE color: 14653906.

HSL color Cylindrical-coordinate representation of color #D299DF: hue angle of 288.86º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D299DF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB210153223-
CMYK0.060.3100.13
HSL288.86º52.24%73.73%-
HSV(B)288.86º31.39%87.45%-
XYZ51.2941.8175.18-
YUV178.02153.38150.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 153 (60.16% from 255) = 26.11%
BLUE value IS 223 (87.5% from 255) = 38.05%
R=35.84%
G=26.11%
B=38.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101532230.060.3100.13288.8652.2473.73
HexD299DF61F0D121344a
Octal32223133763701544164112
Binary11010010100110011101111111011111011011001000011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299DF; }

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

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

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

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

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

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

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

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