Html Css Color HEX #D290EA Wisteria

📋 copy color: '#D290EA'

red 210 ◦ green 144 ◦ blue 234

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

Shades of Wisteria #D290EA

Tints of Wisteria #D290EA

RGB

 RED value IS 210 (82.42% from 255) = 35.71%

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

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

R = 35.71%
G = 24.49%
B = 39.8%

CMYK

 C value IS 0.10

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D290EA (or 0xD290EA) is known color: Wisteria. HEX triplet: D2, 90 and EA. RGB value is (210,144,234). Sum of RGB (Red+Green+Blue) = 210+144+234=588 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.71% from 588); Green value is 144 (56.64% from 255 or 24.49% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #D290EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290EA is #2D6F15. Grayscale: #ADADAD. Windows color (decimal): -2977558 or 15372498. OLE color: 15372498.

HSL color Cylindrical-coordinate representation of color #D290EA: hue angle of 284º 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 #D290EA is Cyan = 0.10, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 144 234 -
CMYK 0.10 0.38 0 0.08
HSL 284º 0.68% 0.74% -
HSV(B) 284º 0.38% 0.92% -
XYZ 51.4 39.59 82.77 -
YUV 173.99 161.87 153.68 -
System Red Green Blue C M Y K H S L
Decimal 210 144 234 0.10 0.38 0 0.08 284 0.68 0.74
Hex D2 90 EA A 26 0 8 11C 44 4A
Octal 322 220 352 12 46 0 10 434 104 112
Binary 11010010 10010000 11101010 1010 100110 0 1000 100011100 1000100 1001010

Color Harmonies of #D290EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290EA

Black with #D290EA

Text Example


Text Example

White with #D290EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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