Html Css Color HEX #D296E2 Wisteria

📋 copy color: '#D296E2'

red 210 ◦ green 150 ◦ blue 226

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

Shades of Wisteria #D296E2

Tints of Wisteria #D296E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 38.57%

R = 35.84%
G = 25.6%
B = 38.57%

CMYK

 C value IS 0.07

 M value IS 0.34

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D296E2 (or 0xD296E2) is known color: Wisteria. HEX triplet: D2, 96 and E2. RGB value is (210,150,226). Sum of RGB (Red+Green+Blue) = 210+150+226=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 226 (88.67% from 255 or 38.57% from 586); Max value from RGB is 226 - color contains mainly: blue. Hex color #D296E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296E2 is #2D691D. Grayscale: #B0B0B0. Windows color (decimal): -2976030 or 14849746. OLE color: 14849746.

HSL color Cylindrical-coordinate representation of color #D296E2: hue angle of 287.37º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D296E2 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 150 226 -
CMYK 0.07 0.34 0 0.11
HSL 287.37º 0.57% 0.74% -
HSV(B) 287.37º 0.34% 0.89% -
XYZ 51.21 41.01 77.17 -
YUV 176.6 155.88 151.82 -
System Red Green Blue C M Y K H S L
Decimal 210 150 226 0.07 0.34 0 0.11 287.37 0.57 0.74
Hex D2 96 E2 7 22 0 B 11F 39 4A
Octal 322 226 342 7 42 0 13 437 71 112
Binary 11010010 10010110 11100010 111 100010 0 1011 100011111 111001 1001010

Color Harmonies of #D296E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296E2

Black with #D296E2

Text Example


Text Example

White with #D296E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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