Html Css Color HEX #D990F1 Wisteria

📋 copy color: '#D990F1'

red 217 ◦ green 144 ◦ blue 241

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

Shades of Wisteria #D990F1

Tints of Wisteria #D990F1

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.92%

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

R = 36.05%
G = 23.92%
B = 40.03%

CMYK

 C value IS 0.10

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D990F1 (or 0xD990F1) is known color: Wisteria. HEX triplet: D9, 90 and F1. RGB value is (217,144,241). Sum of RGB (Red+Green+Blue) = 217+144+241=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #D990F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990F1 is #266F0E. Grayscale: #B0B0B0. Windows color (decimal): -2518799 or 15831257. OLE color: 15831257.

HSL color Cylindrical-coordinate representation of color #D990F1: hue angle of 285.15º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D990F1 is Cyan = 0.10, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 144 241 -
CMYK 0.10 0.40 0 0.05
HSL 285.15º 0.78% 0.75% -
HSV(B) 285.15º 0.4% 0.95% -
XYZ 54.47 41.05 88.27 -
YUV 176.89 164.18 156.61 -
System Red Green Blue C M Y K H S L
Decimal 217 144 241 0.10 0.40 0 0.05 285.15 0.78 0.75
Hex D9 90 F1 A 28 0 5 11D 4E 4B
Octal 331 220 361 12 50 0 5 435 116 113
Binary 11011001 10010000 11110001 1010 101000 0 101 100011101 1001110 1001011

Color Harmonies of #D990F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990F1

Black with #D990F1

Text Example


Text Example

White with #D990F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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