Html Css Color HEX #D093DD Wisteria

📋 copy color: '#D093DD'

red 208 ◦ green 147 ◦ blue 221

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

Shades of Wisteria #D093DD

Tints of Wisteria #D093DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.37%

R = 36.11%
G = 25.52%
B = 38.37%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D093DD (or 0xD093DD) is known color: Wisteria. HEX triplet: D0, 93 and DD. RGB value is (208,147,221). Sum of RGB (Red+Green+Blue) = 208+147+221=576 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.11% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #D093DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D093DD is #2F6C22. Grayscale: #ADADAD. Windows color (decimal): -3107875 or 14521296. OLE color: 14521296.

HSL color Cylindrical-coordinate representation of color #D093DD: hue angle of 289.46º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D093DD is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 147 221 -
CMYK 0.06 0.33 0 0.13
HSL 289.46º 0.52% 0.72% -
HSV(B) 289.46º 0.33% 0.87% -
XYZ 49.5 39.5 73.42 -
YUV 173.68 154.71 152.48 -
System Red Green Blue C M Y K H S L
Decimal 208 147 221 0.06 0.33 0 0.13 289.46 0.52 0.72
Hex D0 93 DD 6 21 0 D 121 34 48
Octal 320 223 335 6 41 0 15 441 64 110
Binary 11010000 10010011 11011101 110 100001 0 1101 100100001 110100 1001000

Color Harmonies of #D093DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D093DD

Black with #D093DD

Text Example


Text Example

White with #D093DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D093DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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