Html Css Color HEX #D293F1 Wisteria

📋 copy color: '#D293F1'

red 210 ◦ green 147 ◦ blue 241

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

Shades of Wisteria #D293F1

Tints of Wisteria #D293F1

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.58%

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

R = 35.12%
G = 24.58%
B = 40.3%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D293F1 (or 0xD293F1) is known color: Wisteria. HEX triplet: D2, 93 and F1. RGB value is (210,147,241). Sum of RGB (Red+Green+Blue) = 210+147+241=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 147 (57.81% from 255 or 24.58% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #D293F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F1 is #2D6C0E. Grayscale: #B0B0B0. Windows color (decimal): -2976783 or 15832018. OLE color: 15832018.

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

Color convert

RGB 210 147 241 -
CMYK 0.13 0.39 0 0.05
HSL 280.21º 0.77% 0.76% -
HSV(B) 280.21º 0.39% 0.95% -
XYZ 52.89 40.92 88.33 -
YUV 176.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 210 147 241 0.13 0.39 0 0.05 280.21 0.77 0.76
Hex D2 93 F1 D 27 0 5 118 4D 4C
Octal 322 223 361 15 47 0 5 430 115 114
Binary 11010010 10010011 11110001 1101 100111 0 101 100011000 1001101 1001100

Color Harmonies of #D293F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293F1

Black with #D293F1

Text Example


Text Example

White with #D293F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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