Html Css Color HEX #D093DF Wisteria

📋 copy color: '#D093DF'

red 208 ◦ green 147 ◦ blue 223

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

Shades of Wisteria #D093DF

Tints of Wisteria #D093DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.58%

R = 35.99%
G = 25.43%
B = 38.58%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D093DF (or 0xD093DF) is known color: Wisteria. HEX triplet: D0, 93 and DF. RGB value is (208,147,223). Sum of RGB (Red+Green+Blue) = 208+147+223=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 147 (57.81% from 255 or 25.43% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #D093DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093DF is #2F6C20. Grayscale: #ADADAD. Windows color (decimal): -3107873 or 14652368. OLE color: 14652368.

HSL color Cylindrical-coordinate representation of color #D093DF: hue angle of 288.16º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D093DF is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 147 223 -
CMYK 0.07 0.34 0 0.13
HSL 288.16º 0.54% 0.73% -
HSV(B) 288.16º 0.34% 0.87% -
XYZ 49.77 39.61 74.83 -
YUV 173.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 208 147 223 0.07 0.34 0 0.13 288.16 0.54 0.73
Hex D0 93 DF 7 22 0 D 120 36 49
Octal 320 223 337 7 42 0 15 440 66 111
Binary 11010000 10010011 11011111 111 100010 0 1101 100100000 110110 1001001

Color Harmonies of #D093DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093DF

Black with #D093DF

Text Example


Text Example

White with #D093DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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