Html Css Color HEX #D392E9 Wisteria

📋 copy color: '#D392E9'

red 211 ◦ green 146 ◦ blue 233

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

Shades of Wisteria #D392E9

Tints of Wisteria #D392E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.49%

R = 35.76%
G = 24.75%
B = 39.49%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D392E9 (or 0xD392E9) is known color: Wisteria. HEX triplet: D3, 92 and E9. RGB value is (211,146,233). Sum of RGB (Red+Green+Blue) = 211+146+233=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #D392E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392E9 is #2C6D16. Grayscale: #AFAFAF. Windows color (decimal): -2911511 or 15307475. OLE color: 15307475.

HSL color Cylindrical-coordinate representation of color #D392E9: hue angle of 284.83º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D392E9 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 211 146 233 -
CMYK 0.09 0.37 0 0.09
HSL 284.83º 0.66% 0.74% -
HSV(B) 284.83º 0.37% 0.91% -
XYZ 51.85 40.29 82.13 -
YUV 175.35 160.53 153.43 -
System Red Green Blue C M Y K H S L
Decimal 211 146 233 0.09 0.37 0 0.09 284.83 0.66 0.74
Hex D3 92 E9 9 25 0 9 11D 42 4A
Octal 323 222 351 11 45 0 11 435 102 112
Binary 11010011 10010010 11101001 1001 100101 0 1001 100011101 1000010 1001010

Color Harmonies of #D392E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392E9

Black with #D392E9

Text Example


Text Example

White with #D392E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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