Html Css Color HEX #D090E2 Wisteria

📋 copy color: '#D090E2'

red 208 ◦ green 144 ◦ blue 226

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

Shades of Wisteria #D090E2

Tints of Wisteria #D090E2

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.91%

 BLUE value IS 226 (88.67% from 255) = 39.1%

R = 35.99%
G = 24.91%
B = 39.1%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D090E2 (or 0xD090E2) is known color: Wisteria. HEX triplet: D0, 90 and E2. RGB value is (208,144,226). Sum of RGB (Red+Green+Blue) = 208+144+226=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 144 (56.64% from 255 or 24.91% from 578); Blue value is 226 (88.67% from 255 or 39.10% from 578); Max value from RGB is 226 - color contains mainly: blue. Hex color #D090E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090E2 is #2F6F1D. Grayscale: #ACACAC. Windows color (decimal): -3108638 or 14848208. OLE color: 14848208.

HSL color Cylindrical-coordinate representation of color #D090E2: hue angle of 286.83º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D090E2 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 144 226 -
CMYK 0.08 0.36 0 0.11
HSL 286.83º 0.59% 0.73% -
HSV(B) 286.83º 0.36% 0.89% -
XYZ 49.71 38.85 76.83 -
YUV 172.48 158.2 153.33 -
System Red Green Blue C M Y K H S L
Decimal 208 144 226 0.08 0.36 0 0.11 286.83 0.59 0.73
Hex D0 90 E2 8 24 0 B 11F 3B 49
Octal 320 220 342 10 44 0 13 437 73 111
Binary 11010000 10010000 11100010 1000 100100 0 1011 100011111 111011 1001001

Color Harmonies of #D090E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090E2

Black with #D090E2

Text Example


Text Example

White with #D090E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090E2; }

 p { color: rgb(208,144,226); }

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

background-color css

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

 a { background-color: rgb(208,144,226); }

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

border-color css

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

 span { border-color: rgb(208,144,226); }

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