Html Css Color HEX #D296E3 Wisteria

📋 copy color: '#D296E3'

red 210 ◦ green 150 ◦ blue 227

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

Shades of Wisteria #D296E3

Tints of Wisteria #D296E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 38.67%

R = 35.78%
G = 25.55%
B = 38.67%

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

#D296E3 (or 0xD296E3) is known color: Wisteria. HEX triplet: D2, 96 and E3. RGB value is (210,150,227). Sum of RGB (Red+Green+Blue) = 210+150+227=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 227 (89.06% from 255 or 38.67% from 587); Max value from RGB is 227 - color contains mainly: blue. Hex color #D296E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D296E3 is #2D691C. Grayscale: #B0B0B0. Windows color (decimal): -2976029 or 14915282. OLE color: 14915282.

HSL color Cylindrical-coordinate representation of color #D296E3: hue angle of 286.75º degrees, saturation: 0.58, 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 #D296E3 is Cyan = 0.07, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 150 227 -
CMYK 0.07 0.34 0 0.11
HSL 286.75º 0.58% 0.74% -
HSV(B) 286.75º 0.34% 0.89% -
XYZ 51.35 41.06 77.89 -
YUV 176.72 156.38 151.74 -
System Red Green Blue C M Y K H S L
Decimal 210 150 227 0.07 0.34 0 0.11 286.75 0.58 0.74
Hex D2 96 E3 7 22 0 B 11F 3A 4A
Octal 322 226 343 7 42 0 13 437 72 112
Binary 11010010 10010110 11100011 111 100010 0 1011 100011111 111010 1001010

Color Harmonies of #D296E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D296E3

Black with #D296E3

Text Example


Text Example

White with #D296E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D296E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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