Html Css Color HEX #D290EF Wisteria

📋 copy color: '#D290EF'

red 210 ◦ green 144 ◦ blue 239

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

Shades of Wisteria #D290EF

Tints of Wisteria #D290EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 35.41%
G = 24.28%
B = 40.3%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D290EF (or 0xD290EF) is known color: Wisteria. HEX triplet: D2, 90 and EF. RGB value is (210,144,239). Sum of RGB (Red+Green+Blue) = 210+144+239=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 144 (56.64% from 255 or 24.28% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D290EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D290EF is #2D6F10. Grayscale: #AEAEAE. Windows color (decimal): -2977553 or 15700178. OLE color: 15700178.

HSL color Cylindrical-coordinate representation of color #D290EF: hue angle of 281.68º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D290EF is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 210 144 239 -
CMYK 0.12 0.40 0 0.06
HSL 281.68º 0.75% 0.75% -
HSV(B) 281.68º 0.4% 0.94% -
XYZ 52.13 39.88 86.61 -
YUV 174.56 164.37 153.28 -
System Red Green Blue C M Y K H S L
Decimal 210 144 239 0.12 0.40 0 0.06 281.68 0.75 0.75
Hex D2 90 EF C 28 0 6 11A 4B 4B
Octal 322 220 357 14 50 0 6 432 113 113
Binary 11010010 10010000 11101111 1100 101000 0 110 100011010 1001011 1001011

Color Harmonies of #D290EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290EF

Black with #D290EF

Text Example


Text Example

White with #D290EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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