Html Css Color HEX #D090EA Wisteria

📋 copy color: '#D090EA'

red 208 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #D090EA

Tints of Wisteria #D090EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.93%

R = 35.49%
G = 24.57%
B = 39.93%

CMYK

 C value IS 0.11

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D090EA (or 0xD090EA) is known color: Wisteria. HEX triplet: D0, 90 and EA. RGB value is (208,144,234). Sum of RGB (Red+Green+Blue) = 208+144+234=586 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.49% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 234 (91.80% from 255 or 39.93% from 586); Max value from RGB is 234 - color contains mainly: blue. Hex color #D090EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090EA is #2F6F15. Grayscale: #ADADAD. Windows color (decimal): -3108630 or 15372496. OLE color: 15372496.

HSL color Cylindrical-coordinate representation of color #D090EA: hue angle of 282.67º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D090EA is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 144 234 -
CMYK 0.11 0.38 0 0.08
HSL 282.67º 0.68% 0.74% -
HSV(B) 282.67º 0.38% 0.92% -
XYZ 50.84 39.3 82.75 -
YUV 173.4 162.2 152.68 -
System Red Green Blue C M Y K H S L
Decimal 208 144 234 0.11 0.38 0 0.08 282.67 0.68 0.74
Hex D0 90 EA B 26 0 8 11B 44 4A
Octal 320 220 352 13 46 0 10 433 104 112
Binary 11010000 10010000 11101010 1011 100110 0 1000 100011011 1000100 1001010

Color Harmonies of #D090EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090EA

Black with #D090EA

Text Example


Text Example

White with #D090EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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