#D992F1

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

Shades of Wisteria #D992F1

Tints of Wisteria #D992F1

Color information

#D992F1 (or 0xD992F1) is unknown color: approx Wisteria. HEX triplet: D9, 92 and F1. RGB value is (217,146,241). Sum of RGB (Red+Green+Blue) = 217+146+241=604 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.93% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 241 (94.53% from 255 or 39.90% from 604); Max value from RGB is 241 - color contains mainly: blue. Hex color #D992F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992F1 is #266D0E. Grayscale: #B1B1B1. Windows color (decimal): -2518287 or 15831769. OLE color: 15831769.

HSL color Cylindrical-coordinate representation of color #D992F1: hue angle of 284.84º 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 #D992F1 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB217146241-
CMYK0.100.3900.05
HSL284.84º77.24%75.88%-
HSV(B)284.84º39.42%94.51%-
XYZ54.7741.6688.37-
YUV178.06163.52155.78-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.93%
GREEN value IS 146 (57.42% from 255) = 24.17%
BLUE value IS 241 (94.53% from 255) = 39.90%
R=35.93%
G=24.17%
B=39.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2171462410.100.3900.05284.8477.2475.88
HexD992F1A270511d4d4c
Octal331222361124705435115114
Binary1101100110010010111100011010100111010110001110110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992F1; }

 p { color: rgb(217,146,241); }

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

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

 a { background-color: rgb(217,146,241); }

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

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

 span { border-color: rgb(217,146,241); }

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