Html Css Color HEX #D293F2 Wisteria

📋 copy color: '#D293F2'

red 210 ◦ green 147 ◦ blue 242

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

Shades of Wisteria #D293F2

Tints of Wisteria #D293F2

RGB

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

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

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

R = 35.06%
G = 24.54%
B = 40.4%

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

#D293F2 (or 0xD293F2) is known color: Wisteria. HEX triplet: D2, 93 and F2. RGB value is (210,147,242). Sum of RGB (Red+Green+Blue) = 210+147+242=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 147 (57.81% from 255 or 24.54% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #D293F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293F2 is #2D6C0D. Grayscale: #B0B0B0. Windows color (decimal): -2976782 or 15897554. OLE color: 15897554.

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

Color convert

RGB 210 147 242 -
CMYK 0.13 0.39 0 0.05
HSL 279.79º 0.79% 0.76% -
HSV(B) 279.79º 0.39% 0.95% -
XYZ 53.04 40.98 89.12 -
YUV 176.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 210 147 242 0.13 0.39 0 0.05 279.79 0.79 0.76
Hex D2 93 F2 D 27 0 5 118 4F 4C
Octal 322 223 362 15 47 0 5 430 117 114
Binary 11010010 10010011 11110010 1101 100111 0 101 100011000 1001111 1001100

Color Harmonies of #D293F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293F2

Black with #D293F2

Text Example


Text Example

White with #D293F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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