#D992F0

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

Shades of Wisteria #D992F0

Tints of Wisteria #D992F0

Color information

#D992F0 (or 0xD992F0) is unknown color: approx Wisteria. HEX triplet: D9, 92 and F0. RGB value is (217,146,240). Sum of RGB (Red+Green+Blue) = 217+146+240=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 240 (94.14% from 255 or 39.80% from 603); Max value from RGB is 240 - color contains mainly: blue. Hex color #D992F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992F0 is #266D0F. Grayscale: #B1B1B1. Windows color (decimal): -2518288 or 15766233. OLE color: 15766233.

HSL color Cylindrical-coordinate representation of color #D992F0: hue angle of 285.32º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D992F0 is Cyan = 0.10, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB217146240-
CMYK0.100.3900.06
HSL285.32º75.81%75.69%-
HSV(B)285.32º39.17%94.12%-
XYZ54.6241.687.59-
YUV177.94163.02155.86-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.99%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 240 (94.14% from 255) = 39.80%
R=35.99%
G=24.21%
B=39.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2171462400.100.3900.06285.3275.8175.69
HexD992F0A270611d4c4c
Octal331222360124706435114114
Binary1101100110010010111100001010100111011010001110110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D992F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D992F0; }

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

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

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

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

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

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

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

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