#D192F1

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

Shades of Wisteria #D192F1

Tints of Wisteria #D192F1

Color information

#D192F1 (or 0xD192F1) is unknown color: approx Wisteria. HEX triplet: D1, 92 and F1. RGB value is (209,146,241). Sum of RGB (Red+Green+Blue) = 209+146+241=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 146 (57.42% from 255 or 24.50% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #D192F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192F1 is #2E6D0E. Grayscale: #AFAFAF. Windows color (decimal): -3042575 or 15831761. OLE color: 15831761.

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

Color convert

RGB209146241-
CMYK0.130.3900.05
HSL279.79º77.24%75.88%-
HSV(B)279.79º39.42%94.51%-
XYZ52.4540.4688.26-
YUV175.67164.87151.78-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 146 (57.42% from 255) = 24.50%
BLUE value IS 241 (94.53% from 255) = 40.44%
R=35.07%
G=24.50%
B=40.44%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2091462410.130.3900.05279.7977.2475.88
HexD192F1D27051184d4c
Octal321222361154705430115114
Binary1101000110010010111100011101100111010110001100010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D192F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D192F1; }

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

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

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

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

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

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

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

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