Html Css Color HEX #D399E4 Wisteria

📋 copy color: '#D399E4'

red 211 ◦ green 153 ◦ blue 228

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

Shades of Wisteria #D399E4

Tints of Wisteria #D399E4

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.84%

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

R = 35.64%
G = 25.84%
B = 38.51%

CMYK

 C value IS 0.07

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D399E4 (or 0xD399E4) is known color: Wisteria. HEX triplet: D3, 99 and E4. RGB value is (211,153,228). Sum of RGB (Red+Green+Blue) = 211+153+228=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 153 (60.16% from 255 or 25.84% from 592); Blue value is 228 (89.45% from 255 or 38.51% from 592); Max value from RGB is 228 - color contains mainly: blue. Hex color #D399E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D399E4 is #2C661B. Grayscale: #B2B2B2. Windows color (decimal): -2909724 or 14981587. OLE color: 14981587.

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

Color convert

RGB 211 153 228 -
CMYK 0.07 0.33 0 0.11
HSL 286.4º 0.58% 0.75% -
HSV(B) 286.4º 0.33% 0.89% -
XYZ 52.26 42.23 78.8 -
YUV 178.89 155.72 150.9 -
System Red Green Blue C M Y K H S L
Decimal 211 153 228 0.07 0.33 0 0.11 286.4 0.58 0.75
Hex D3 99 E4 7 21 0 B 11E 3A 4B
Octal 323 231 344 7 41 0 13 436 72 113
Binary 11010011 10011001 11100100 111 100001 0 1011 100011110 111010 1001011

Color Harmonies of #D399E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399E4

Black with #D399E4

Text Example


Text Example

White with #D399E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399E4; }

 p { color: rgb(211,153,228); }

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

background-color css

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

 a { background-color: rgb(211,153,228); }

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

border-color css

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

 span { border-color: rgb(211,153,228); }

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