Html Css Color HEX #D295F0 Wisteria

📋 copy color: '#D295F0'

red 210 ◦ green 149 ◦ blue 240

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

Shades of Wisteria #D295F0

Tints of Wisteria #D295F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.07%

R = 35.06%
G = 24.87%
B = 40.07%

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

#D295F0 (or 0xD295F0) is known color: Wisteria. HEX triplet: D2, 95 and F0. RGB value is (210,149,240). Sum of RGB (Red+Green+Blue) = 210+149+240=599 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.06% from 599); Green value is 149 (58.59% from 255 or 24.87% from 599); Blue value is 240 (94.14% from 255 or 40.07% from 599); Max value from RGB is 240 - color contains mainly: blue. Hex color #D295F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D295F0 is #2D6A0F. Grayscale: #B1B1B1. Windows color (decimal): -2976272 or 15766994. OLE color: 15766994.

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

Color convert

RGB 210 149 240 -
CMYK 0.12 0.38 0 0.06
HSL 280.22º 0.75% 0.76% -
HSV(B) 280.22º 0.38% 0.94% -
XYZ 53.05 41.49 87.65 -
YUV 177.61 163.21 151.1 -
System Red Green Blue C M Y K H S L
Decimal 210 149 240 0.12 0.38 0 0.06 280.22 0.75 0.76
Hex D2 95 F0 C 26 0 6 118 4B 4C
Octal 322 225 360 14 46 0 6 430 113 114
Binary 11010010 10010101 11110000 1100 100110 0 110 100011000 1001011 1001100

Color Harmonies of #D295F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295F0

Black with #D295F0

Text Example


Text Example

White with #D295F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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