#D299DD

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

Shades of Wisteria #D299DD

Tints of Wisteria #D299DD

Color information

#D299DD (or 0xD299DD) is unknown color: approx Wisteria. HEX triplet: D2, 99 and DD. RGB value is (210,153,221). Sum of RGB (Red+Green+Blue) = 210+153+221=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 221 (86.72% from 255 or 37.84% from 584); Max value from RGB is 221 - color contains mainly: blue. Hex color #D299DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D299DD is #2D6622. Grayscale: #B1B1B1. Windows color (decimal): -2975267 or 14522834. OLE color: 14522834.

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

Color convert

RGB210153221-
CMYK0.050.3100.13
HSL290.29º50%73.33%-
HSV(B)290.29º30.77%86.67%-
XYZ51.0241.773.77-
YUV177.8152.38150.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.96%
GREEN value IS 153 (60.16% from 255) = 26.20%
BLUE value IS 221 (86.72% from 255) = 37.84%
R=35.96%
G=26.20%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2101532210.050.3100.13290.295073.33
HexD299DD51F0D1223249
Octal32223133553701544262111
Binary11010010100110011101110110111111011011001000101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299DD; }

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

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

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

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

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

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

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

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