Html Css Color HEX #D390F1 Wisteria

📋 copy color: '#D390F1'

red 211 ◦ green 144 ◦ blue 241

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

Shades of Wisteria #D390F1

Tints of Wisteria #D390F1

RGB

 RED value IS 211 (82.81% from 255) = 35.4%

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

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

R = 35.4%
G = 24.16%
B = 40.44%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D390F1 (or 0xD390F1) is known color: Wisteria. HEX triplet: D3, 90 and F1. RGB value is (211,144,241). Sum of RGB (Red+Green+Blue) = 211+144+241=596 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.40% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #D390F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D390F1 is #2C6F0E. Grayscale: #AEAEAE. Windows color (decimal): -2912015 or 15831251. OLE color: 15831251.

HSL color Cylindrical-coordinate representation of color #D390F1: hue angle of 281.44º 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 #D390F1 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 211 144 241 -
CMYK 0.12 0.40 0 0.05
HSL 281.44º 0.78% 0.75% -
HSV(B) 281.44º 0.4% 0.95% -
XYZ 52.71 40.15 88.19 -
YUV 175.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 211 144 241 0.12 0.40 0 0.05 281.44 0.78 0.75
Hex D3 90 F1 C 28 0 5 119 4E 4B
Octal 323 220 361 14 50 0 5 431 116 113
Binary 11010011 10010000 11110001 1100 101000 0 101 100011001 1001110 1001011

Color Harmonies of #D390F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D390F1

Black with #D390F1

Text Example


Text Example

White with #D390F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D390F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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