Html Css Color HEX #D592F6 Wisteria

📋 copy color: '#D592F6'

red 213 ◦ green 146 ◦ blue 246

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

Shades of Wisteria #D592F6

Tints of Wisteria #D592F6

RGB

 RED value IS 213 (83.59% from 255) = 35.21%

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

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 35.21%
G = 24.13%
B = 40.66%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D592F6 (or 0xD592F6) is known color: Wisteria. HEX triplet: D5, 92 and F6. RGB value is (213,146,246). Sum of RGB (Red+Green+Blue) = 213+146+246=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 146 (57.42% from 255 or 24.13% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #D592F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592F6 is #2A6D09. Grayscale: #B1B1B1. Windows color (decimal): -2780426 or 16159445. OLE color: 16159445.

HSL color Cylindrical-coordinate representation of color #D592F6: hue angle of 280.2º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D592F6 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 213 146 246 -
CMYK 0.13 0.41 0 0.04
HSL 280.2º 0.85% 0.77% -
HSV(B) 280.2º 0.41% 0.96% -
XYZ 54.35 41.36 92.31 -
YUV 177.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 213 146 246 0.13 0.41 0 0.04 280.2 0.85 0.77
Hex D5 92 F6 D 29 0 4 118 55 4D
Octal 325 222 366 15 51 0 4 430 125 115
Binary 11010101 10010010 11110110 1101 101001 0 100 100011000 1010101 1001101

Color Harmonies of #D592F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592F6

Black with #D592F6

Text Example


Text Example

White with #D592F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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