Html Css Color HEX #D398EA Wisteria

📋 copy color: '#D398EA'

red 211 ◦ green 152 ◦ blue 234

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

Shades of Wisteria #D398EA

Tints of Wisteria #D398EA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.46%

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

R = 35.34%
G = 25.46%
B = 39.2%

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

#D398EA (or 0xD398EA) is known color: Wisteria. HEX triplet: D3, 98 and EA. RGB value is (211,152,234). Sum of RGB (Red+Green+Blue) = 211+152+234=597 (79% of max value = 765). Red value is 211 (82.81% from 255 or 35.34% from 597); Green value is 152 (59.77% from 255 or 25.46% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #D398EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D398EA is #2C6715. Grayscale: #B2B2B2. Windows color (decimal): -2909974 or 15374547. OLE color: 15374547.

HSL color Cylindrical-coordinate representation of color #D398EA: hue angle of 283.17º 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 #D398EA is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 152 234 -
CMYK 0.10 0.35 0 0.08
HSL 283.17º 0.66% 0.76% -
HSV(B) 283.17º 0.35% 0.92% -
XYZ 52.94 42.25 83.21 -
YUV 178.99 159.05 150.83 -
System Red Green Blue C M Y K H S L
Decimal 211 152 234 0.10 0.35 0 0.08 283.17 0.66 0.76
Hex D3 98 EA A 23 0 8 11B 42 4C
Octal 323 230 352 12 43 0 10 433 102 114
Binary 11010011 10011000 11101010 1010 100011 0 1000 100011011 1000010 1001100

Color Harmonies of #D398EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D398EA

Black with #D398EA

Text Example


Text Example

White with #D398EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D398EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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