Html Css Color HEX #D392EE Wisteria

📋 copy color: '#D392EE'

red 211 ◦ green 146 ◦ blue 238

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

Shades of Wisteria #D392EE

Tints of Wisteria #D392EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40%

R = 35.46%
G = 24.54%
B = 40%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D392EE (or 0xD392EE) is known color: Wisteria. HEX triplet: D3, 92 and EE. RGB value is (211,146,238). Sum of RGB (Red+Green+Blue) = 211+146+238=595 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.46% from 595); Green value is 146 (57.42% from 255 or 24.54% from 595); Blue value is 238 (93.36% from 255 or 40% from 595); Max value from RGB is 238 - color contains mainly: blue. Hex color #D392EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392EE is #2C6D11. Grayscale: #AFAFAF. Windows color (decimal): -2911506 or 15635155. OLE color: 15635155.

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

Color convert

RGB 211 146 238 -
CMYK 0.11 0.39 0 0.07
HSL 282.39º 0.73% 0.75% -
HSV(B) 282.39º 0.39% 0.93% -
XYZ 52.58 40.58 85.95 -
YUV 175.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 211 146 238 0.11 0.39 0 0.07 282.39 0.73 0.75
Hex D3 92 EE B 27 0 7 11A 49 4B
Octal 323 222 356 13 47 0 7 432 111 113
Binary 11010011 10010010 11101110 1011 100111 0 111 100011010 1001001 1001011

Color Harmonies of #D392EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392EE

Black with #D392EE

Text Example


Text Example

White with #D392EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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