Html Css Color HEX #D295E0 Wisteria

📋 copy color: '#D295E0'

red 210 ◦ green 149 ◦ blue 224

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

Shades of Wisteria #D295E0

Tints of Wisteria #D295E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.42%

R = 36.02%
G = 25.56%
B = 38.42%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D295E0 (or 0xD295E0) is known color: Wisteria. HEX triplet: D2, 95 and E0. RGB value is (210,149,224). Sum of RGB (Red+Green+Blue) = 210+149+224=583 (77% of max value = 765). Red value is 210 (82.42% from 255 or 36.02% from 583); Green value is 149 (58.59% from 255 or 25.56% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #D295E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D295E0 is #2D6A1F. Grayscale: #AFAFAF. Windows color (decimal): -2976288 or 14718418. OLE color: 14718418.

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

Color convert

RGB 210 149 224 -
CMYK 0.06 0.33 0 0.12
HSL 288.8º 0.55% 0.73% -
HSV(B) 288.8º 0.33% 0.88% -
XYZ 50.78 40.58 75.68 -
YUV 175.79 155.21 152.4 -
System Red Green Blue C M Y K H S L
Decimal 210 149 224 0.06 0.33 0 0.12 288.8 0.55 0.73
Hex D2 95 E0 6 21 0 C 121 37 49
Octal 322 225 340 6 41 0 14 441 67 111
Binary 11010010 10010101 11100000 110 100001 0 1100 100100001 110111 1001001

Color Harmonies of #D295E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295E0

Black with #D295E0

Text Example


Text Example

White with #D295E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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