#D592F1

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

Shades of Wisteria #D592F1

Tints of Wisteria #D592F1

Color information

#D592F1 (or 0xD592F1) is unknown color: approx Wisteria. HEX triplet: D5, 92 and F1. RGB value is (213,146,241). Sum of RGB (Red+Green+Blue) = 213+146+241=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 146 (57.42% from 255 or 24.33% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #D592F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592F1 is #2A6D0E. Grayscale: #B0B0B0. Windows color (decimal): -2780431 or 15831765. OLE color: 15831765.

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

Color convert

RGB213146241-
CMYK0.120.3900.05
HSL282.32º77.24%75.88%-
HSV(B)282.32º39.42%94.51%-
XYZ53.641.0588.32-
YUV176.86164.2153.78-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 146 (57.42% from 255) = 24.33%
BLUE value IS 241 (94.53% from 255) = 40.17%
R=35.5%
G=24.33%
B=40.17%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2131462410.120.3900.05282.3277.2475.88
HexD592F1C270511a4d4c
Octal325222361144705432115114
Binary1101010110010010111100011100100111010110001101010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D592F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D592F1; }

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

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

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

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

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

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

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

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