Html Css Color HEX #D093E6 Wisteria

📋 copy color: '#D093E6'

red 208 ◦ green 147 ◦ blue 230

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

Shades of Wisteria #D093E6

Tints of Wisteria #D093E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 39.32%

R = 35.56%
G = 25.13%
B = 39.32%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D093E6 (or 0xD093E6) is known color: Wisteria. HEX triplet: D0, 93 and E6. RGB value is (208,147,230). Sum of RGB (Red+Green+Blue) = 208+147+230=585 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.56% from 585); Green value is 147 (57.81% from 255 or 25.13% from 585); Blue value is 230 (90.23% from 255 or 39.32% from 585); Max value from RGB is 230 - color contains mainly: blue. Hex color #D093E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D093E6 is #2F6C19. Grayscale: #AEAEAE. Windows color (decimal): -3107866 or 15111120. OLE color: 15111120.

HSL color Cylindrical-coordinate representation of color #D093E6: hue angle of 284.1º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D093E6 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 147 230 -
CMYK 0.10 0.36 0 0.10
HSL 284.1º 0.62% 0.74% -
HSV(B) 284.1º 0.36% 0.9% -
XYZ 50.73 39.99 79.91 -
YUV 174.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 208 147 230 0.10 0.36 0 0.10 284.1 0.62 0.74
Hex D0 93 E6 A 24 0 A 11C 3E 4A
Octal 320 223 346 12 44 0 12 434 76 112
Binary 11010000 10010011 11100110 1010 100100 0 1010 100011100 111110 1001010

Color Harmonies of #D093E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093E6

Black with #D093E6

Text Example


Text Example

White with #D093E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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