Html Css Color HEX #D998F1 Wisteria

📋 copy color: '#D998F1'

red 217 ◦ green 152 ◦ blue 241

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

Shades of Wisteria #D998F1

Tints of Wisteria #D998F1

RGB

 RED value IS 217 (85.16% from 255) = 35.57%

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

 BLUE value IS 241 (94.53% from 255) = 39.51%

R = 35.57%
G = 24.92%
B = 39.51%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D998F1 (or 0xD998F1) is known color: Wisteria. HEX triplet: D9, 98 and F1. RGB value is (217,152,241). Sum of RGB (Red+Green+Blue) = 217+152+241=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 241 (94.53% from 255 or 39.51% from 610); Max value from RGB is 241 - color contains mainly: blue. Hex color #D998F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F1 is #26670E. Grayscale: #B5B5B5. Windows color (decimal): -2516751 or 15833305. OLE color: 15833305.

HSL color Cylindrical-coordinate representation of color #D998F1: hue angle of 283.82º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D998F1 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 152 241 -
CMYK 0.10 0.37 0 0.05
HSL 283.82º 0.76% 0.77% -
HSV(B) 283.82º 0.37% 0.95% -
XYZ 55.72 43.56 88.69 -
YUV 181.58 161.53 153.26 -
System Red Green Blue C M Y K H S L
Decimal 217 152 241 0.10 0.37 0 0.05 283.82 0.76 0.77
Hex D9 98 F1 A 25 0 5 11C 4C 4D
Octal 331 230 361 12 45 0 5 434 114 115
Binary 11011001 10011000 11110001 1010 100101 0 101 100011100 1001100 1001101

Color Harmonies of #D998F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998F1

Black with #D998F1

Text Example


Text Example

White with #D998F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998F1; }

 p { color: rgb(217,152,241); }

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

background-color css

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

 a { background-color: rgb(217,152,241); }

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

border-color css

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

 span { border-color: rgb(217,152,241); }

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