Html Css Color HEX #D295EB Wisteria

📋 copy color: '#D295EB'

red 210 ◦ green 149 ◦ blue 235

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

Shades of Wisteria #D295EB

Tints of Wisteria #D295EB

RGB

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

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

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

R = 35.35%
G = 25.08%
B = 39.56%

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

#D295EB (or 0xD295EB) is known color: Wisteria. HEX triplet: D2, 95 and EB. RGB value is (210,149,235). Sum of RGB (Red+Green+Blue) = 210+149+235=594 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.35% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 235 (92.19% from 255 or 39.56% from 594); Max value from RGB is 235 - color contains mainly: blue. Hex color #D295EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295EB is #2D6A14. Grayscale: #B0B0B0. Windows color (decimal): -2976277 or 15439314. OLE color: 15439314.

HSL color Cylindrical-coordinate representation of color #D295EB: hue angle of 282.56º degrees, saturation: 0.68, 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 #D295EB is Cyan = 0.11, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 149 235 -
CMYK 0.11 0.37 0 0.08
HSL 282.56º 0.68% 0.75% -
HSV(B) 282.56º 0.37% 0.92% -
XYZ 52.32 41.19 83.79 -
YUV 177.04 160.71 151.51 -
System Red Green Blue C M Y K H S L
Decimal 210 149 235 0.11 0.37 0 0.08 282.56 0.68 0.75
Hex D2 95 EB B 25 0 8 11B 44 4B
Octal 322 225 353 13 45 0 10 433 104 113
Binary 11010010 10010101 11101011 1011 100101 0 1000 100011011 1000100 1001011

Color Harmonies of #D295EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295EB

Black with #D295EB

Text Example


Text Example

White with #D295EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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