Html Css Color HEX #D294EF Wisteria

📋 copy color: '#D294EF'

red 210 ◦ green 148 ◦ blue 239

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

Shades of Wisteria #D294EF

Tints of Wisteria #D294EF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.79%

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

R = 35.18%
G = 24.79%
B = 40.03%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D294EF (or 0xD294EF) is known color: Wisteria. HEX triplet: D2, 94 and EF. RGB value is (210,148,239). Sum of RGB (Red+Green+Blue) = 210+148+239=597 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.18% from 597); Green value is 148 (58.20% from 255 or 24.79% from 597); Blue value is 239 (93.75% from 255 or 40.03% from 597); Max value from RGB is 239 - color contains mainly: blue. Hex color #D294EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294EF is #2D6B10. Grayscale: #B0B0B0. Windows color (decimal): -2976529 or 15701202. OLE color: 15701202.

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

Color convert

RGB 210 148 239 -
CMYK 0.12 0.38 0 0.06
HSL 280.88º 0.74% 0.76% -
HSV(B) 280.88º 0.38% 0.94% -
XYZ 52.75 41.11 86.82 -
YUV 176.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 210 148 239 0.12 0.38 0 0.06 280.88 0.74 0.76
Hex D2 94 EF C 26 0 6 119 4A 4C
Octal 322 224 357 14 46 0 6 431 112 114
Binary 11010010 10010100 11101111 1100 100110 0 110 100011001 1001010 1001100

Color Harmonies of #D294EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294EF

Black with #D294EF

Text Example


Text Example

White with #D294EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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