Html Css Color HEX #D296F1 Wisteria

📋 copy color: '#D296F1'

red 210 ◦ green 150 ◦ blue 241

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

Shades of Wisteria #D296F1

Tints of Wisteria #D296F1

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.96%

 BLUE value IS 241 (94.53% from 255) = 40.1%

R = 34.94%
G = 24.96%
B = 40.1%

CMYK

 C value IS 0.13

 M value IS 0.38

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D296F1 (or 0xD296F1) is known color: Wisteria. HEX triplet: D2, 96 and F1. RGB value is (210,150,241). Sum of RGB (Red+Green+Blue) = 210+150+241=601 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.94% from 601); Green value is 150 (58.98% from 255 or 24.96% from 601); Blue value is 241 (94.53% from 255 or 40.10% from 601); Max value from RGB is 241 - color contains mainly: blue. Hex color #D296F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D296F1 is #2D690E. Grayscale: #B2B2B2. Windows color (decimal): -2976015 or 15832786. OLE color: 15832786.

HSL color Cylindrical-coordinate representation of color #D296F1: hue angle of 279.56º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D296F1 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 150 241 -
CMYK 0.13 0.38 0 0.05
HSL 279.56º 0.76% 0.77% -
HSV(B) 279.56º 0.38% 0.95% -
XYZ 53.36 41.87 88.49 -
YUV 178.31 163.38 150.6 -
System Red Green Blue C M Y K H S L
Decimal 210 150 241 0.13 0.38 0 0.05 279.56 0.76 0.77
Hex D2 96 F1 D 26 0 5 118 4C 4D
Octal 322 226 361 15 46 0 5 430 114 115
Binary 11010010 10010110 11110001 1101 100110 0 101 100011000 1001100 1001101

Color Harmonies of #D296F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296F1

Black with #D296F1

Text Example


Text Example

White with #D296F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296F1; }

 p { color: rgb(210,150,241); }

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

background-color css

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

 a { background-color: rgb(210,150,241); }

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

border-color css

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

 span { border-color: rgb(210,150,241); }

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