Html Css Color HEX #D592F1 Wisteria

📋 copy color: '#D592F1'

red 213 ◦ green 146 ◦ blue 241

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

Shades of Wisteria #D592F1

Tints of Wisteria #D592F1

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 value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D592F1 (or 0xD592F1) is known color: 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

RGB 213 146 241 -
CMYK 0.12 0.39 0 0.05
HSL 282.32º 0.77% 0.76% -
HSV(B) 282.32º 0.39% 0.95% -
XYZ 53.6 41.05 88.32 -
YUV 176.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 213 146 241 0.12 0.39 0 0.05 282.32 0.77 0.76
Hex D5 92 F1 C 27 0 5 11A 4D 4C
Octal 325 222 361 14 47 0 5 432 115 114
Binary 11010101 10010010 11110001 1100 100111 0 101 100011010 1001101 1001100

Color Harmonies of #D592F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592F1

Black with #D592F1

Text Example


Text Example

White with #D592F1

Text Example


Text Example

HTML Codes & Css Web 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>