Html Css Color HEX #D198E2 Wisteria

📋 copy color: '#D198E2'

red 209 ◦ green 152 ◦ blue 226

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

Shades of Wisteria #D198E2

Tints of Wisteria #D198E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.5%

R = 35.6%
G = 25.89%
B = 38.5%

CMYK

 C value IS 0.08

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D198E2 (or 0xD198E2) is known color: Wisteria. HEX triplet: D1, 98 and E2. RGB value is (209,152,226). Sum of RGB (Red+Green+Blue) = 209+152+226=587 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.60% from 587); Green value is 152 (59.77% from 255 or 25.89% from 587); Blue value is 226 (88.67% from 255 or 38.50% from 587); Max value from RGB is 226 - color contains mainly: blue. Hex color #D198E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D198E2 is #2E671D. Grayscale: #B1B1B1. Windows color (decimal): -3041054 or 14850257. OLE color: 14850257.

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

Color convert

RGB 209 152 226 -
CMYK 0.08 0.33 0 0.11
HSL 286.22º 0.56% 0.74% -
HSV(B) 286.22º 0.33% 0.89% -
XYZ 51.25 41.5 77.26 -
YUV 177.48 155.38 150.48 -
System Red Green Blue C M Y K H S L
Decimal 209 152 226 0.08 0.33 0 0.11 286.22 0.56 0.74
Hex D1 98 E2 8 21 0 B 11E 38 4A
Octal 321 230 342 10 41 0 13 436 70 112
Binary 11010001 10011000 11100010 1000 100001 0 1011 100011110 111000 1001010

Color Harmonies of #D198E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D198E2

Black with #D198E2

Text Example


Text Example

White with #D198E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D198E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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