Html Css Color HEX #D399EA Wisteria

📋 copy color: '#D399EA'

red 211 ◦ green 153 ◦ blue 234

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

Shades of Wisteria #D399EA

Tints of Wisteria #D399EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.13%

R = 35.28%
G = 25.59%
B = 39.13%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D399EA (or 0xD399EA) is known color: Wisteria. HEX triplet: D3, 99 and EA. RGB value is (211,153,234). Sum of RGB (Red+Green+Blue) = 211+153+234=598 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.28% from 598); Green value is 153 (60.16% from 255 or 25.59% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #D399EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D399EA is #2C6615. Grayscale: #B3B3B3. Windows color (decimal): -2909718 or 15374803. OLE color: 15374803.

HSL color Cylindrical-coordinate representation of color #D399EA: hue angle of 282.96º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D399EA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 153 234 -
CMYK 0.10 0.35 0 0.08
HSL 282.96º 0.66% 0.76% -
HSV(B) 282.96º 0.35% 0.92% -
XYZ 53.11 42.57 83.26 -
YUV 179.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 211 153 234 0.10 0.35 0 0.08 282.96 0.66 0.76
Hex D3 99 EA A 23 0 8 11B 42 4C
Octal 323 231 352 12 43 0 10 433 102 114
Binary 11010011 10011001 11101010 1010 100011 0 1000 100011011 1000010 1001100

Color Harmonies of #D399EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D399EA

Black with #D399EA

Text Example


Text Example

White with #D399EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D399EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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