Html Css Color HEX #D192F9 Wisteria

📋 copy color: '#D192F9'

red 209 ◦ green 146 ◦ blue 249

#D192F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wisteria #D192F9

Tints of Wisteria #D192F9

RGB

 RED value IS 209 (82.03% from 255) = 34.6%

 GREEN value IS 146 (57.42% from 255) = 24.17%

 BLUE value IS 249 (97.66% from 255) = 41.23%

R = 34.6%
G = 24.17%
B = 41.23%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D192F9 (or 0xD192F9) is known color: Wisteria. HEX triplet: D1, 92 and F9. RGB value is (209,146,249). Sum of RGB (Red+Green+Blue) = 209+146+249=604 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.60% from 604); Green value is 146 (57.42% from 255 or 24.17% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #D192F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192F9 is #2E6D06. Grayscale: #B0B0B0. Windows color (decimal): -3042567 or 16356049. OLE color: 16356049.

HSL color Cylindrical-coordinate representation of color #D192F9: hue angle of 276.7º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D192F9 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 209 146 249 -
CMYK 0.16 0.41 0 0.02
HSL 276.7º 0.9% 0.77% -
HSV(B) 276.7º 0.41% 0.98% -
XYZ 53.67 40.95 94.7 -
YUV 176.58 168.87 151.12 -
System Red Green Blue C M Y K H S L
Decimal 209 146 249 0.16 0.41 0 0.02 276.7 0.9 0.77
Hex D1 92 F9 10 29 0 2 115 5A 4D
Octal 321 222 371 20 51 0 2 425 132 115
Binary 11010001 10010010 11111001 10000 101001 0 10 100010101 1011010 1001101

Color Harmonies of #D192F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192F9

Black with #D192F9

Text Example


Text Example

White with #D192F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192F9; }

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

 H1.HeaderClassName
 {
   color: #D192F9;
 }
 .AnyTagClassName
 {
   color: #D192F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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