Html Css Color HEX #D294EB Wisteria

📋 copy color: '#D294EB'

red 210 ◦ green 148 ◦ blue 235

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

Shades of Wisteria #D294EB

Tints of Wisteria #D294EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.63%

R = 35.41%
G = 24.96%
B = 39.63%

CMYK

 C value IS 0.11

 M value IS 0.37

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D294EB (or 0xD294EB) is known color: Wisteria. HEX triplet: D2, 94 and EB. RGB value is (210,148,235). Sum of RGB (Red+Green+Blue) = 210+148+235=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 148 (58.20% from 255 or 24.96% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #D294EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D294EB is #2D6B14. Grayscale: #B0B0B0. Windows color (decimal): -2976533 or 15439058. OLE color: 15439058.

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

Color convert

RGB 210 148 235 -
CMYK 0.11 0.37 0 0.08
HSL 282.76º 0.69% 0.75% -
HSV(B) 282.76º 0.37% 0.92% -
XYZ 52.16 40.88 83.74 -
YUV 176.46 161.04 151.93 -
System Red Green Blue C M Y K H S L
Decimal 210 148 235 0.11 0.37 0 0.08 282.76 0.69 0.75
Hex D2 94 EB B 25 0 8 11B 45 4B
Octal 322 224 353 13 45 0 10 433 105 113
Binary 11010010 10010100 11101011 1011 100101 0 1000 100011011 1000101 1001011

Color Harmonies of #D294EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D294EB

Black with #D294EB

Text Example


Text Example

White with #D294EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D294EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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