Html Css Color HEX #D290F1 Wisteria

📋 copy color: '#D290F1'

red 210 ◦ green 144 ◦ blue 241

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

Shades of Wisteria #D290F1

Tints of Wisteria #D290F1

RGB

 RED value IS 210 (82.42% from 255) = 35.29%

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

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

R = 35.29%
G = 24.2%
B = 40.5%

CMYK

 C value IS 0.13

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D290F1 (or 0xD290F1) is known color: Wisteria. HEX triplet: D2, 90 and F1. RGB value is (210,144,241). Sum of RGB (Red+Green+Blue) = 210+144+241=595 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.29% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 241 (94.53% from 255 or 40.50% from 595); Max value from RGB is 241 - color contains mainly: blue. Hex color #D290F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290F1 is #2D6F0E. Grayscale: #AEAEAE. Windows color (decimal): -2977551 or 15831250. OLE color: 15831250.

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

Color convert

RGB 210 144 241 -
CMYK 0.13 0.40 0 0.05
HSL 280.82º 0.78% 0.75% -
HSV(B) 280.82º 0.4% 0.95% -
XYZ 52.43 40 88.18 -
YUV 174.79 165.37 153.11 -
System Red Green Blue C M Y K H S L
Decimal 210 144 241 0.13 0.40 0 0.05 280.82 0.78 0.75
Hex D2 90 F1 D 28 0 5 119 4E 4B
Octal 322 220 361 15 50 0 5 431 116 113
Binary 11010010 10010000 11110001 1101 101000 0 101 100011001 1001110 1001011

Color Harmonies of #D290F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290F1

Black with #D290F1

Text Example


Text Example

White with #D290F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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