Html Css Color HEX #D295EF Wisteria

📋 copy color: '#D295EF'

red 210 ◦ green 149 ◦ blue 239

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

Shades of Wisteria #D295EF

Tints of Wisteria #D295EF

RGB

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

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

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

R = 35.12%
G = 24.92%
B = 39.97%

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

#D295EF (or 0xD295EF) is known color: Wisteria. HEX triplet: D2, 95 and EF. RGB value is (210,149,239). Sum of RGB (Red+Green+Blue) = 210+149+239=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 149 (58.59% from 255 or 24.92% from 598); Blue value is 239 (93.75% from 255 or 39.97% from 598); Max value from RGB is 239 - color contains mainly: blue. Hex color #D295EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295EF is #2D6A10. Grayscale: #B1B1B1. Windows color (decimal): -2976273 or 15701458. OLE color: 15701458.

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

Color convert

RGB 210 149 239 -
CMYK 0.12 0.38 0 0.06
HSL 280.67º 0.74% 0.76% -
HSV(B) 280.67º 0.38% 0.94% -
XYZ 52.91 41.43 86.87 -
YUV 177.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 210 149 239 0.12 0.38 0 0.06 280.67 0.74 0.76
Hex D2 95 EF C 26 0 6 119 4A 4C
Octal 322 225 357 14 46 0 6 431 112 114
Binary 11010010 10010101 11101111 1100 100110 0 110 100011001 1001010 1001100

Color Harmonies of #D295EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295EF

Black with #D295EF

Text Example


Text Example

White with #D295EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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