Html Css Color HEX #D093F7 Wisteria

📋 copy color: '#D093F7'

red 208 ◦ green 147 ◦ blue 247

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

Shades of Wisteria #D093F7

Tints of Wisteria #D093F7

RGB

 RED value IS 208 (81.64% from 255) = 34.55%

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

 BLUE value IS 247 (96.88% from 255) = 41.03%

R = 34.55%
G = 24.42%
B = 41.03%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D093F7 (or 0xD093F7) is known color: Wisteria. HEX triplet: D0, 93 and F7. RGB value is (208,147,247). Sum of RGB (Red+Green+Blue) = 208+147+247=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 147 (57.81% from 255 or 24.42% from 602); Blue value is 247 (96.88% from 255 or 41.03% from 602); Max value from RGB is 247 - color contains mainly: blue. Hex color #D093F7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093F7 is #2F6C08. Grayscale: #B0B0B0. Windows color (decimal): -3107849 or 16225232. OLE color: 16225232.

HSL color Cylindrical-coordinate representation of color #D093F7: hue angle of 276.6º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D093F7 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 147 247 -
CMYK 0.16 0.40 0 0.03
HSL 276.6º 0.86% 0.77% -
HSV(B) 276.6º 0.4% 0.97% -
XYZ 53.23 40.99 93.1 -
YUV 176.64 167.71 150.37 -
System Red Green Blue C M Y K H S L
Decimal 208 147 247 0.16 0.40 0 0.03 276.6 0.86 0.77
Hex D0 93 F7 10 28 0 3 115 56 4D
Octal 320 223 367 20 50 0 3 425 126 115
Binary 11010000 10010011 11110111 10000 101000 0 11 100010101 1010110 1001101

Color Harmonies of #D093F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093F7

Black with #D093F7

Text Example


Text Example

White with #D093F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093F7; }

 p { color: rgb(208,147,247); }

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

background-color css

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

 a { background-color: rgb(208,147,247); }

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

border-color css

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

 span { border-color: rgb(208,147,247); }

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