#D892F1

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

Shades of Wisteria #D892F1

Tints of Wisteria #D892F1

Color information

#D892F1 (or 0xD892F1) is unknown color: approx Wisteria. HEX triplet: D8, 92 and F1. RGB value is (216,146,241). Sum of RGB (Red+Green+Blue) = 216+146+241=603 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.82% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 241 (94.53% from 255 or 39.97% from 603); Max value from RGB is 241 - color contains mainly: blue. Hex color #D892F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D892F1 is #276D0E. Grayscale: #B1B1B1. Windows color (decimal): -2583823 or 15831768. OLE color: 15831768.

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

Color convert

RGB216146241-
CMYK0.100.3900.05
HSL284.21º77.24%75.88%-
HSV(B)284.21º39.42%94.51%-
XYZ54.4741.5188.36-
YUV177.76163.69155.28-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.82%
GREEN value IS 146 (57.42% from 255) = 24.21%
BLUE value IS 241 (94.53% from 255) = 39.97%
R=35.82%
G=24.21%
B=39.97%

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
Decimal2161462410.100.3900.05284.2177.2475.88
HexD892F1A270511c4d4c
Octal330222361124705434115114
Binary1101100010010010111100011010100111010110001110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D892F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D892F1; }

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

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

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

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

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

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

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

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