Html Css Color HEX #D390EE Wisteria

📋 copy color: '#D390EE'

red 211 ◦ green 144 ◦ blue 238

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

Shades of Wisteria #D390EE

Tints of Wisteria #D390EE

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.28%

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

R = 35.58%
G = 24.28%
B = 40.13%

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

#D390EE (or 0xD390EE) is known color: Wisteria. HEX triplet: D3, 90 and EE. RGB value is (211,144,238). Sum of RGB (Red+Green+Blue) = 211+144+238=593 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.58% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #D390EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390EE is #2C6F11. Grayscale: #AEAEAE. Windows color (decimal): -2912018 or 15634643. OLE color: 15634643.

HSL color Cylindrical-coordinate representation of color #D390EE: hue angle of 282.77º 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 #D390EE is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 211 144 238 -
CMYK 0.11 0.39 0 0.07
HSL 282.77º 0.73% 0.75% -
HSV(B) 282.77º 0.39% 0.93% -
XYZ 52.27 39.97 85.85 -
YUV 174.75 163.7 153.86 -
System Red Green Blue C M Y K H S L
Decimal 211 144 238 0.11 0.39 0 0.07 282.77 0.73 0.75
Hex D3 90 EE B 27 0 7 11B 49 4B
Octal 323 220 356 13 47 0 7 433 111 113
Binary 11010011 10010000 11101110 1011 100111 0 111 100011011 1001001 1001011

Color Harmonies of #D390EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390EE

Black with #D390EE

Text Example


Text Example

White with #D390EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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