Html Css Color HEX #D392E2 Wisteria

📋 copy color: '#D392E2'

red 211 ◦ green 146 ◦ blue 226

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

Shades of Wisteria #D392E2

Tints of Wisteria #D392E2

RGB

 RED value IS 211 (82.81% from 255) = 36.19%

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

 BLUE value IS 226 (88.67% from 255) = 38.77%

R = 36.19%
G = 25.04%
B = 38.77%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D392E2 (or 0xD392E2) is known color: Wisteria. HEX triplet: D3, 92 and E2. RGB value is (211,146,226). Sum of RGB (Red+Green+Blue) = 211+146+226=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #D392E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392E2 is #2C6D1D. Grayscale: #AEAEAE. Windows color (decimal): -2911518 or 14848723. OLE color: 14848723.

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

Color convert

RGB 211 146 226 -
CMYK 0.07 0.35 0 0.11
HSL 288.75º 0.58% 0.73% -
HSV(B) 288.75º 0.35% 0.89% -
XYZ 50.87 39.9 76.97 -
YUV 174.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 211 146 226 0.07 0.35 0 0.11 288.75 0.58 0.73
Hex D3 92 E2 7 23 0 B 121 3A 49
Octal 323 222 342 7 43 0 13 441 72 111
Binary 11010011 10010010 11100010 111 100011 0 1011 100100001 111010 1001001

Color Harmonies of #D392E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392E2

Black with #D392E2

Text Example


Text Example

White with #D392E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392E2; }

 p { color: rgb(211,146,226); }

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

background-color css

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

 a { background-color: rgb(211,146,226); }

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

border-color css

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

 span { border-color: rgb(211,146,226); }

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