Html Css Color HEX #D990F2 Wisteria

📋 copy color: '#D990F2'

red 217 ◦ green 144 ◦ blue 242

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

Shades of Wisteria #D990F2

Tints of Wisteria #D990F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 35.99%
G = 23.88%
B = 40.13%

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

#D990F2 (or 0xD990F2) is known color: Wisteria. HEX triplet: D9, 90 and F2. RGB value is (217,144,242). Sum of RGB (Red+Green+Blue) = 217+144+242=603 (79% of max value = 765). Red value is 217 (85.16% from 255 or 35.99% from 603); Green value is 144 (56.64% from 255 or 23.88% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #D990F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D990F2 is #266F0D. Grayscale: #B0B0B0. Windows color (decimal): -2518798 or 15896793. OLE color: 15896793.

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

Color convert

RGB 217 144 242 -
CMYK 0.10 0.40 0 0.05
HSL 284.69º 0.79% 0.76% -
HSV(B) 284.69º 0.4% 0.95% -
XYZ 54.62 41.11 89.06 -
YUV 177 164.68 156.53 -
System Red Green Blue C M Y K H S L
Decimal 217 144 242 0.10 0.40 0 0.05 284.69 0.79 0.76
Hex D9 90 F2 A 28 0 5 11D 4F 4C
Octal 331 220 362 12 50 0 5 435 117 114
Binary 11011001 10010000 11110010 1010 101000 0 101 100011101 1001111 1001100

Color Harmonies of #D990F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990F2

Black with #D990F2

Text Example


Text Example

White with #D990F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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