Html Css Color HEX #D592F7 Wisteria

📋 copy color: '#D592F7'

red 213 ◦ green 146 ◦ blue 247

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

Shades of Wisteria #D592F7

Tints of Wisteria #D592F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.76%

R = 35.15%
G = 24.09%
B = 40.76%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D592F7 (or 0xD592F7) is known color: Wisteria. HEX triplet: D5, 92 and F7. RGB value is (213,146,247). Sum of RGB (Red+Green+Blue) = 213+146+247=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 146 (57.42% from 255 or 24.09% from 606); Blue value is 247 (96.88% from 255 or 40.76% from 606); Max value from RGB is 247 - color contains mainly: blue. Hex color #D592F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592F7 is #2A6D08. Grayscale: #B1B1B1. Windows color (decimal): -2780425 or 16224981. OLE color: 16224981.

HSL color Cylindrical-coordinate representation of color #D592F7: hue angle of 279.8º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D592F7 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 213 146 247 -
CMYK 0.14 0.41 0 0.03
HSL 279.8º 0.86% 0.77% -
HSV(B) 279.8º 0.41% 0.97% -
XYZ 54.51 41.42 93.12 -
YUV 177.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 213 146 247 0.14 0.41 0 0.03 279.8 0.86 0.77
Hex D5 92 F7 E 29 0 3 118 56 4D
Octal 325 222 367 16 51 0 3 430 126 115
Binary 11010101 10010010 11110111 1110 101001 0 11 100011000 1010110 1001101

Color Harmonies of #D592F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592F7

Black with #D592F7

Text Example


Text Example

White with #D592F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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