Html Css Color HEX #D295E1 Wisteria

📋 copy color: '#D295E1'

red 210 ◦ green 149 ◦ blue 225

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

Shades of Wisteria #D295E1

Tints of Wisteria #D295E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.53%

R = 35.96%
G = 25.51%
B = 38.53%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D295E1 (or 0xD295E1) is known color: Wisteria. HEX triplet: D2, 95 and E1. RGB value is (210,149,225). Sum of RGB (Red+Green+Blue) = 210+149+225=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 149 (58.59% from 255 or 25.51% from 584); Blue value is 225 (88.28% from 255 or 38.53% from 584); Max value from RGB is 225 - color contains mainly: blue. Hex color #D295E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295E1 is #2D6A1E. Grayscale: #AFAFAF. Windows color (decimal): -2976287 or 14783954. OLE color: 14783954.

HSL color Cylindrical-coordinate representation of color #D295E1: hue angle of 288.16º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D295E1 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 149 225 -
CMYK 0.07 0.34 0 0.12
HSL 288.16º 0.56% 0.73% -
HSV(B) 288.16º 0.34% 0.88% -
XYZ 50.92 40.63 76.39 -
YUV 175.9 155.71 152.32 -
System Red Green Blue C M Y K H S L
Decimal 210 149 225 0.07 0.34 0 0.12 288.16 0.56 0.73
Hex D2 95 E1 7 22 0 C 120 38 49
Octal 322 225 341 7 42 0 14 440 70 111
Binary 11010010 10010101 11100001 111 100010 0 1100 100100000 111000 1001001

Color Harmonies of #D295E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295E1

Black with #D295E1

Text Example


Text Example

White with #D295E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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