#D299F4

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

Shades of Wisteria #D299F4

Tints of Wisteria #D299F4

Color information

#D299F4 (or 0xD299F4) is unknown color: approx Wisteria. HEX triplet: D2, 99 and F4. RGB value is (210,153,244). Sum of RGB (Red+Green+Blue) = 210+153+244=607 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.60% from 607); Green value is 153 (60.16% from 255 or 25.21% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #D299F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299F4 is #2D660B. Grayscale: #B4B4B4. Windows color (decimal): -2975244 or 16030162. OLE color: 16030162.

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

Color convert

RGB210153244-
CMYK0.140.3700.04
HSL277.58º80.53%77.84%-
HSV(B)277.58º37.3%95.69%-
XYZ54.343.0291.03-
YUV180.42163.88149.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.60%
GREEN value IS 153 (60.16% from 255) = 25.21%
BLUE value IS 244 (95.70% from 255) = 40.20%
R=34.60%
G=25.21%
B=40.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101532440.140.3700.04277.5880.5377.84
HexD299F4E2504116514e
Octal322231364164504426121116
Binary1101001010011001111101001110100101010010001011010100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299F4; }

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

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

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

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

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

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

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

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