Html Css Color HEX #D198EF Wisteria

📋 copy color: '#D198EF'

red 209 ◦ green 152 ◦ blue 239

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

Shades of Wisteria #D198EF

Tints of Wisteria #D198EF

RGB

 RED value IS 209 (82.03% from 255) = 34.83%

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

 BLUE value IS 239 (93.75% from 255) = 39.83%

R = 34.83%
G = 25.33%
B = 39.83%

CMYK

 C value IS 0.13

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D198EF (or 0xD198EF) is known color: Wisteria. HEX triplet: D1, 98 and EF. RGB value is (209,152,239). Sum of RGB (Red+Green+Blue) = 209+152+239=600 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.83% from 600); Green value is 152 (59.77% from 255 or 25.33% from 600); Blue value is 239 (93.75% from 255 or 39.83% from 600); Max value from RGB is 239 - color contains mainly: blue. Hex color #D198EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D198EF is #2E6710. Grayscale: #B2B2B2. Windows color (decimal): -3041041 or 15702225. OLE color: 15702225.

HSL color Cylindrical-coordinate representation of color #D198EF: hue angle of 279.31º degrees, saturation: 0.73, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D198EF is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 209 152 239 -
CMYK 0.13 0.36 0 0.06
HSL 279.31º 0.73% 0.77% -
HSV(B) 279.31º 0.36% 0.94% -
XYZ 53.1 42.24 87.02 -
YUV 178.96 161.88 149.43 -
System Red Green Blue C M Y K H S L
Decimal 209 152 239 0.13 0.36 0 0.06 279.31 0.73 0.77
Hex D1 98 EF D 24 0 6 117 49 4D
Octal 321 230 357 15 44 0 6 427 111 115
Binary 11010001 10011000 11101111 1101 100100 0 110 100010111 1001001 1001101

Color Harmonies of #D198EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198EF

Black with #D198EF

Text Example


Text Example

White with #D198EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198EF; }

 p { color: rgb(209,152,239); }

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

background-color css

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

 a { background-color: rgb(209,152,239); }

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

border-color css

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

 span { border-color: rgb(209,152,239); }

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