Html Css Color HEX #D295EA Wisteria

📋 copy color: '#D295EA'

red 210 ◦ green 149 ◦ blue 234

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

Shades of Wisteria #D295EA

Tints of Wisteria #D295EA

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.13%

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

R = 35.41%
G = 25.13%
B = 39.46%

CMYK

 C value IS 0.10

 M value IS 0.36

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D295EA (or 0xD295EA) is known color: Wisteria. HEX triplet: D2, 95 and EA. RGB value is (210,149,234). Sum of RGB (Red+Green+Blue) = 210+149+234=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #D295EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295EA is #2D6A15. Grayscale: #B0B0B0. Windows color (decimal): -2976278 or 15373778. OLE color: 15373778.

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

Color convert

RGB 210 149 234 -
CMYK 0.10 0.36 0 0.08
HSL 283.06º 0.67% 0.75% -
HSV(B) 283.06º 0.36% 0.92% -
XYZ 52.18 41.14 83.03 -
YUV 176.93 160.21 151.59 -
System Red Green Blue C M Y K H S L
Decimal 210 149 234 0.10 0.36 0 0.08 283.06 0.67 0.75
Hex D2 95 EA A 24 0 8 11B 43 4B
Octal 322 225 352 12 44 0 10 433 103 113
Binary 11010010 10010101 11101010 1010 100100 0 1000 100011011 1000011 1001011

Color Harmonies of #D295EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295EA

Black with #D295EA

Text Example


Text Example

White with #D295EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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