Html Css Color HEX #D592E4 Wisteria

📋 copy color: '#D592E4'

red 213 ◦ green 146 ◦ blue 228

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

Shades of Wisteria #D592E4

Tints of Wisteria #D592E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 36.29%
G = 24.87%
B = 38.84%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D592E4 (or 0xD592E4) is known color: Wisteria. HEX triplet: D5, 92 and E4. RGB value is (213,146,228). Sum of RGB (Red+Green+Blue) = 213+146+228=587 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.29% from 587); Green value is 146 (57.42% from 255 or 24.87% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #D592E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592E4 is #2A6D1B. Grayscale: #AFAFAF. Windows color (decimal): -2780444 or 14979797. OLE color: 14979797.

HSL color Cylindrical-coordinate representation of color #D592E4: hue angle of 289.02º degrees, saturation: 0.6, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D592E4 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 213 146 228 -
CMYK 0.07 0.36 0 0.11
HSL 289.02º 0.6% 0.73% -
HSV(B) 289.02º 0.36% 0.89% -
XYZ 51.72 40.31 78.45 -
YUV 175.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 213 146 228 0.07 0.36 0 0.11 289.02 0.6 0.73
Hex D5 92 E4 7 24 0 B 121 3C 49
Octal 325 222 344 7 44 0 13 441 74 111
Binary 11010101 10010010 11100100 111 100100 0 1011 100100001 111100 1001001

Color Harmonies of #D592E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592E4

Black with #D592E4

Text Example


Text Example

White with #D592E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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